ActualValue Property
Returns the actual value contained in the source. If this.IsNotPresent == true, then this will return null.
Namespace: Microsoft.Data.Tools.Model
Assembly: Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)
Syntax
'Declaration
ReadOnly Property ActualValue As Object
Get
'Usage
Dim instance As IValueProperty
Dim value As Object
value = instance.ActualValue
Object ActualValue { get; }
property Object^ ActualValue {
Object^ get ();
}
abstract ActualValue : Object
function get ActualValue () : Object
Property Value
Type: System..::..Object