CodeVariableDeclarationStatement::Type Property
.NET Framework (current version)
Gets or sets the data type of the variable.
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
Available since 1.1
Show: