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!

ICodeLocalVariableStatement.GetName

Gets the name of the variable.

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

Return Value

A string representing the name of the variable.

See Also

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