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

Gets or sets the type of the variable.

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

Property Value

The type of the variable.

See Also

CodeVariableDeclarationStatement Class | CodeVariableDeclarationStatement Members | System.CodeDOM Namespace