ODataPropertyKind Enumeration
The enum of property kinds.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Enumeration ODataPropertyKind
'Usage
Dim instance As ODataPropertyKind
public enum ODataPropertyKind
public enum class ODataPropertyKind
type ODataPropertyKind
public enum 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. |