Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public string DefaultValue { get; set; }
Visual Basic
Public Property DefaultValue As String
Get
Set
Visual C++
public: property String^ DefaultValue { String^ get (); void set (String^ value); }
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when the defaultValue is not a valid enumeration item. |