ODataPropertyKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |