Share via


BindableProperty.Category Property

Gets the name of the category to which the member belongs.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Category As String
public override string Category { get; }
public:
virtual property String^ Category {
    String^ get () override;
}
public override function get Category () : String

Return Value

The name of the category to which the member belongs.

See Also

BindableProperty Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace