EdmValue.IEdmDelayedValue.Value Property
Gets the value of the specified object.
Namespace: Microsoft.Data.Edm.Library.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Private ReadOnly Property Value As IEdmValue
Implements IEdmDelayedValue.Value
Get
'Usage
Dim instance As EdmValue
Dim value As IEdmValue
value = CType(instance, IEdmDelayedValue).Value
IEdmValue IEdmDelayedValue.Value { get; }
private:
virtual property IEdmValue^ Value {
IEdmValue^ get () sealed = IEdmDelayedValue::Value::get;
}
private abstract Value : IEdmValue
private override Value : IEdmValue
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: Microsoft.Data.Edm.Values.IEdmValue
The value of the specified object.