Value Property
Gets or sets {insert text here}.
Namespace: Microsoft.Data.Tools.Model.Simple
Assembly: Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)
Syntax
'Declaration
Public Property Value As T
Get
Set
'Usage
Dim instance As ValueProperty
Dim value As T
value = instance.Value
instance.Value = value
public T Value { get; set; }
public:
virtual property T Value {
T get () sealed;
void set (T value) sealed;
}
abstract Value : 'T with get, set
override Value : 'T with get, set
final function get Value () : T
final function set Value (value : T)
Property Value
Type: T
Implements
IValueProperty< (Of < ( <'T> ) > ) >..::..Value