Share via


ODataInstanceAnnotation Class

Definition

Represents an instance annotation.

public sealed class ODataInstanceAnnotation : Microsoft.OData.ODataAnnotatable
type ODataInstanceAnnotation = class
    inherit ODataAnnotatable
Public NotInheritable Class ODataInstanceAnnotation
Inherits ODataAnnotatable
Inheritance
ODataInstanceAnnotation

Constructors

ODataInstanceAnnotation(String, ODataValue)

Constructs a new ODataInstanceAnnotation instance.

Properties

Name

Instance annotation name.

TypeAnnotation

The annotation for storing @odata.type.

(Inherited from ODataAnnotatable)
Value

Instance annotation value.

Applies to