Gets or sets the type to reference.
[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 to reference.
CodeTypeReferenceExpression Class | CodeTypeReferenceExpression Members | System.CodeDOM Namespace