Share

PropertyExpression.Value Property

Gets or sets the expression string of the Expression.



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

Syntax

C#

public override string Value { get; set; }

VB

Public Overrides Property Value As String
	Get
	Set

C++

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

Property Value

String

Exceptions

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

See Also

Reference

Was this information helpful?