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!

ICodeMember.GetName

Gets the name of the member.

[Visual Basic]
Function GetName() As String
[C#]
string GetName();
[C++]
String* GetName() = 0;
[JScript]
function GetName() : String;

See Also

ICodeMember Interface | ICodeMember Members | System.ComponentModel.Design.CodeModel Namespace