PrimitiveTypeConfiguration.Kind Property
Gets the EdmTypeKind of this EDM type.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public EdmTypeKind Kind { get; }
public:
property EdmTypeKind Kind {
virtual EdmTypeKind get() sealed;
}
abstract Kind : EdmTypeKind with get
override Kind : EdmTypeKind with get
Public ReadOnly Property Kind As EdmTypeKind
Property Value
Type: Microsoft.OData.Edm.EdmTypeKind
Implements
See Also
PrimitiveTypeConfiguration Class
System.Web.OData.Builder Namespace
Return to top