Delen via


ODataResourceValue Class

Definition

Represents the value of a resource (complex or entity). It can be used as instance annotation value.

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

Constructors

ODataResourceValue()

Properties

InstanceAnnotations

Collection of custom instance annotations.

Properties

Gets or sets the properties belong to this resource.

TypeAnnotation

The annotation for storing @odata.type.

(Inherited from ODataAnnotatable)
TypeName

Gets or sets the type name.

Applies to