DefaultValue Property
Gets the default value of this property.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property DefaultValue As String
Get
'Usage
Dim instance As IEdmStructuralProperty
Dim value As String
value = instance.DefaultValue
string DefaultValue { get; }
property String^ DefaultValue {
String^ get ();
}
abstract DefaultValue : string
function get DefaultValue () : String
Property Value
Type: System..::..String
The default value of this property.