ODataEnumValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
OData enum value
public sealed class ODataEnumValue : Microsoft.OData.ODataValue
type ODataEnumValue = class
inherit ODataValue
Public NotInheritable Class ODataEnumValue
Inherits ODataValue
- Inheritance
Constructors
ODataEnumValue(String, String) |
Constructor |
ODataEnumValue(String) |
Constructor |
Properties
TypeAnnotation |
The annotation for storing @odata.type. (Inherited from ODataAnnotatable) |
TypeName |
Get the type name in edm model. |
Value |
Get backing type value, can be "3" or "White" or "Black,Yellow,Cyan". |