Value Property
Gets or sets {insert text here}.
Namespace: Microsoft.Data.Tools.Model
Assembly: Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)
Syntax
'Declaration
Property Value As T
Get
Set
'Usage
Dim instance As IValueProperty
Dim value As T
value = instance.Value
instance.Value = value
T Value { get; set; }
property T Value {
T get ();
void set (T value);
}
abstract Value : 'T with get, set
function get Value () : T
function set Value (value : T)
Property Value
Type: T