Share via


ODataPrimitiveValue Class

Definition

Represents a primitive property value.

public sealed class ODataPrimitiveValue : Microsoft.OData.ODataValue
type ODataPrimitiveValue = class
    inherit ODataValue
Public NotInheritable Class ODataPrimitiveValue
Inherits ODataValue
Inheritance

Constructors

ODataPrimitiveValue(Object)

Creates a new primitive value from the given CLR value.

Properties

TypeAnnotation

The annotation for storing @odata.type.

(Inherited from ODataAnnotatable)
Value

Gets the underlying CLR object wrapped by this ODataPrimitiveValue.

Applies to