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 underlying type value of the enumeration type.
Namespace: Microsoft.Data.Edm.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property Value As IEdmPrimitiveValue
Get
'Usage
Dim instance As IEdmEnumValue
Dim value As IEdmPrimitiveValue
value = instance.Value
IEdmPrimitiveValue Value { get; }
property IEdmPrimitiveValue^ Value {
IEdmPrimitiveValue^ get ();
}
abstract Value : IEdmPrimitiveValue
function get Value () : IEdmPrimitiveValue
Property Value
Type: Microsoft.Data.Edm.Values.IEdmPrimitiveValue
The underlying type value of the enumeration type.