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!

ICodeNameReferenceExpression.GetName

Gets the name (or text) that this expression represents.

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

Return Value

The name (or text) that this expression represents.

See Also

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