Share via


EnumPropertyConfiguration.Kind Property

 

Gets the type of this property.

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

See Also

EnumPropertyConfiguration Class
System.Web.OData.Builder Namespace

Return to top