Gets the name of the variable.
[Visual Basic] Function GetName() As String [C#] string GetName(); [C++] String* GetName() = 0; [JScript] function GetName() : String;
A string representing the name of the variable.
ICodeLocalVariableStatement Interface | ICodeLocalVariableStatement Members | System.ComponentModel.Design.CodeModel Namespace