NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MemberDescriptor.GetDisplayName

Gets the name that can be displayed in a window like a property browser.

[Visual Basic]
Overridable Public Function GetDisplayName() As String
[C#]
public virtual string GetDisplayName();
[C++]
public: virtual String* GetDisplayName();
[JScript]
public function GetDisplayName() : String;

Return Value

The name to display for the member.

See Also

MemberDescriptor Class | MemberDescriptor Members | System.ComponentModel Namespace | GetDesignTimeOnly