Share via


DefaultValue Property

The default value for this property.

Namespace:  Microsoft.Data.Tools.Model
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
ReadOnly Property DefaultValue As T
    Get
'Usage
Dim instance As IValueProperty
Dim value As T

value = instance.DefaultValue
T DefaultValue { get; }
property T DefaultValue {
    T get ();
}
abstract DefaultValue : 'T
function get DefaultValue () : T

Property Value

Type: T

See Also

Reference

IValueProperty< (Of < ( <'T> ) > ) > Interface

Microsoft.Data.Tools.Model Namespace