EdmEnumValue.Value Property

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.

Implements

IEdmEnumValue.Value

See Also

Reference

EdmEnumValue Class

Microsoft.Data.Edm.Library.Values Namespace