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;
The name (or text) that this expression represents.
ICodeNameReferenceExpression Interface | ICodeNameReferenceExpression Members | System.ComponentModel.Design.CodeModel Namespace