Share via


IEdmTypeConfiguration.Kind Property

 

The kind of the EdmType. Examples include EntityType, ComplexType, PrimitiveType, CollectionType, EnumType.

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

Syntax

EdmTypeKind Kind { get; }
property EdmTypeKind Kind {
    EdmTypeKind get();
}
abstract Kind : EdmTypeKind with get
ReadOnly Property Kind As EdmTypeKind

Property Value

Type: Microsoft.OData.Edm.EdmTypeKind

See Also

IEdmTypeConfiguration Interface
System.Web.OData.Builder Namespace

Return to top