Delen via


ODataPropertyKind Enum

Definition

The enum of property kinds.

public enum ODataPropertyKind
type ODataPropertyKind = 
Public Enum ODataPropertyKind
Inheritance
ODataPropertyKind

Fields

ETag 2

The property is an etag property

Key 1

The property is a key property.

Open 3

The property is an open property

Unspecified 0

Unspecified property kind or if the property is not a key property, an etag property or an open property.

Applies to