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.SetName

Sets the name of the variable.

[Visual Basic]
Sub SetName( _
   ByVal value As String _
)
[C#]
void SetName(
   string value
);
[C++]
void SetName(
   String* value
) = 0;
[JScript]
function SetName(
   value : String
);

Parameters

value
The name of the variable.

See Also

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