Gets the name of the variable.
[Visual Basic] ReadOnly Property Name As String [C#] string Name {get;} [C++] String* get_Name() = 0; [JScript] abstract function get Name() : String;
The name of the variable.
ISymbolVariable Interface | ISymbolVariable Members | System.Diagnostics.SymbolStore Namespace