IEdmDelayedValue.Value Property

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.

See Also

Reference

IEdmDelayedValue Interface

Microsoft.Data.Edm.Values Namespace