Share via


BindableProperty.Description Property

Gets the description of the property.

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 Description As String
public override string Description { get; }
public:
virtual property String^ Description {
    String^ get () override;
}
public override function get Description () : String

Return Value

The description of the property.

See Also

BindableProperty Class

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