Value Property

Gets or sets the expression string of the Expression.

Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public override string Value { get; set; }

Visual Basic

Public Overrides Property Value As String
	Get
	Set

Visual C++

public:
virtual property String^ Value {
	String^ get () override;
	void set (String^ value) override;
}

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the the input expression is null, blank, or includes unknown properties.

See Also