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