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!

ISymbolVariable.Name

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;

Property Value

The name of the variable.

See Also

ISymbolVariable Interface | ISymbolVariable Members | System.Diagnostics.SymbolStore Namespace