DefaultValue Property
Gets the default value of Field.
Syntax
| Language | Syntax |
|---|---|
| C# | Object DefaultValue {get;} |
| Visual Basic (Declaration) | ReadOnly Property DefaultValue As Object |
| Visual C++ | property Object^ DefaultValue {Object^ get();} |
Field Value
An object containing the default value of Field
Remarks:
The value of DefaultValue can be set using the metadata configuration file. For more information, see value element (Metadata configuration).