Share via


ODataPropertyInfo Class

Definition

Represents information about a single property of a resource.

public class ODataPropertyInfo : Microsoft.OData.ODataItem
type ODataPropertyInfo = class
    inherit ODataItem
Public Class ODataPropertyInfo
Inherits ODataItem
Inheritance
ODataPropertyInfo
Derived

Constructors

ODataPropertyInfo()

Properties

InstanceAnnotations

Collection of custom instance annotations.

Name

Gets or sets the property name.

PrimitiveTypeKind

Gets or sets the kind of primitive type of the property.

TypeAnnotation

The annotation for storing @odata.type.

(Inherited from ODataAnnotatable)

Applies to