ResourceDisplayNameAttribute.DisplayName Property

Gets the display name for a property, event, or public void method that takes no arguments stored in this attribute.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.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 display name.

See Also

ResourceDisplayNameAttribute Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace