DisplayNameAttribute::DisplayName Property

 

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

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
property String^ DisplayName {
	virtual String^ get();
}

Property Value

Type: System::String^

The display name.

.NET Framework
Available since 2.0
Return to top
Show: