DefaultValue Property

Gets {insert text here}.

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

Syntax

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

value = instance.DefaultValue
public T DefaultValue { get; }
public:
virtual property T DefaultValue {
    T get () sealed;
}
abstract DefaultValue : 'T
override DefaultValue : 'T
final function get DefaultValue () : T

Property Value

Type: T

Implements

IValueProperty< (Of < ( <'T> ) > ) >..::..DefaultValue

See Also

Reference

ValueProperty< (Of < ( <'T> ) > ) > Class

Microsoft.Data.Tools.Model.Simple Namespace