Share via


PropertyConfiguration.Kind Property

 

Gets the PropertyKind of the property.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.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.OData.Builder.PropertyKind

Returns PropertyKind.

See Also

PropertyConfiguration Class
System.Web.OData.Builder Namespace

Return to top