CodeVariableDeclarationStatement::Type Property

 

Gets or sets the data type of the variable.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
property CodeTypeReference^ Type {
	CodeTypeReference^ get();
	void set(CodeTypeReference^ value);
}

Property Value

Type: System.CodeDom::CodeTypeReference^

A CodeTypeReference that indicates the data type of the variable.

.NET Framework
Available since 1.1
Return to top
Show: