Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the type of this property.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public override PropertyKind Kind { get; }
public:
property PropertyKind Kind {
virtual PropertyKind get() override;
}
override Kind : PropertyKind with get
Public Overrides ReadOnly Property Kind As PropertyKind
Property Value
Type: System.Web.Http.OData.Builder.PropertyKind
See Also
PrimitivePropertyConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top