Gets or sets a value indicating the default value of the field.
public string DefaultValue {get; set;}
public: __property string* get_DefaultValue();
public: __property void set_DefaultValue(
string* value
);
'Declaration
Public Property DefaultValue As String
'Usage
Dim instance As TextField
Dim value As String
instance.DefaultValue = value
value = instance.DefaultValue
Property Value
The default value of the field.