Share via


PropertyConfiguration.Kind Property

Gets the PropertyKind of the property.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Kind As PropertyKind 
    Get
'Usage
Dim instance As PropertyConfiguration 
Dim value As PropertyKind 

value = instance.Kind
public abstract PropertyKind Kind { get; }
public:
virtual property PropertyKind Kind {
    PropertyKind get () abstract;
}
abstract Kind : PropertyKind
abstract function get Kind () : PropertyKind

Property Value

Type: System.Web.Http.OData.Builder.PropertyKind

See Also

Reference

PropertyConfiguration Class

System.Web.Http.OData.Builder Namespace