PropertyExpressionValue Property |
Gets or sets the expression string of the Expression.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
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
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the the input expression is null, blank, or includes unknown properties.
|
See Also