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!

CodeVariableDeclarationStatement.Name

Gets or sets the name of the variable.

[Visual Basic]
Public Property Name As String
[C#]
public string Name {get; set;}
[C++]
public: __property String* get_Name();
public: __property void set_Name(String*);
[JScript]
public function get Name() : String;
public function set Name(String);

Property Value

The name of the variable.

See Also

CodeVariableDeclarationStatement Class | CodeVariableDeclarationStatement Members | System.CodeDOM Namespace