Gets or sets the type of the parameter.
[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);
The type of the parameter.
CodeParameterDeclarationExpression Class | CodeParameterDeclarationExpression Members | System.CodeDOM Namespace