Share via


ODataPropertyKind Enum

Definition

The enum of property kinds.

public enum ODataPropertyKind
type ODataPropertyKind = 
Public Enum ODataPropertyKind
Inheritance
ODataPropertyKind

Fields

Name Value Description
Unspecified 0

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

Key 1

The property is a key property.

ETag 2

The property is an etag property

Open 3

The property is an open property

Applies to