Share via


PropertyKind Enumeration

The kind of the EDM property.

Namespace:  System.Web.Http.OData.Builder
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public Enumeration PropertyKind
'Usage
Dim instance As PropertyKind
public enum PropertyKind
public enum class PropertyKind
type PropertyKind
public enum PropertyKind

Members

Member name Description
Collection Represents an EDM collection property.

Complex Represents an EDM complex property.

Navigation Represents an EDM navigation property.

Primitive Represents an EDM primitive property.

See Also

Reference

System.Web.Http.OData.Builder Namespace