Share via


BindableProperty.DisplayName Property

Gets the name that can be displayed in a window, such as a Properties window.

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

Return Value

The name to display for the property.

See Also

BindableProperty Class

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