PropertyExpressionValue Property |
Gets or sets the expression string of the Expression.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic override string Value { get; set; }
Public Overrides Property Value As String
Get
Set
public:
virtual property String^ Value {
String^ get () override;
void set (String^ value) override;
}
Property Value
String
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the the input expression is null, blank, or includes unknown properties.
|
See Also