Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the data stored in this value.
Namespace: Microsoft.Data.Edm.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property Value As IEdmValue
Get
'Usage
Dim instance As IEdmDelayedValue
Dim value As IEdmValue
value = instance.Value
IEdmValue Value { get; }
property IEdmValue^ Value {
IEdmValue^ get ();
}
abstract Value : IEdmValue
function get Value () : IEdmValue
Property Value
Type: Microsoft.Data.Edm.Values.IEdmValue
The data stored in this value.