Share via


ODataEnumValue Class

Definition

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)

Constructor

ODataEnumValue(String, 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".

Applies to