Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.