MemberDescriptor::DisplayName Property

 

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

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

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

Property Value

Type: System::String^

The name to display for the member.

.NET Framework
Available since 1.1
Return to top
Show: