Share via


ODataPropertyKind Enumeration

 

Enumerates the OData property kinds.

Namespace:   Microsoft.OData.Core
Assembly:  Microsoft.OData.Core (in Microsoft.OData.Core.dll)

Syntax

public enum ODataPropertyKind
public enum class ODataPropertyKind
type ODataPropertyKind
Public Enumeration ODataPropertyKind

Members

Member name Description
ETag

The property is an etag property

Key

The property is a key property.

Open

The property is an open property

Unspecified

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

See Also

Microsoft.OData.Core Namespace

Return to top