Share via


ODataUntypedValue Class

Definition

OData representation of an untyped value.

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

Constructors

ODataUntypedValue()

Properties

RawValue

Gets or sets the raw untyped value.

TypeAnnotation

The annotation for storing @odata.type.

(Inherited from ODataAnnotatable)

Applies to