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 PropertyKind of the property.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public abstract PropertyKind Kind { get; }
public:
property PropertyKind Kind {
virtual PropertyKind get() abstract;
}
abstract Kind : PropertyKind with get
Public MustOverride ReadOnly Property Kind As PropertyKind
Property Value
Type: System.Web.Http.OData.Builder.PropertyKind
See Also
PropertyConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top