Gets the value of the enumeration type.
Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public string Value {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property String^ Value {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
member Value : string with get, set
Public Property Value As String
Property Value
Type: System.String
See Also
EdmEnumObject Class
System.Web.OData Namespace
Return to top