Gets or sets the member field type.
[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 member field.
CodeMemberField Class | CodeMemberField Members | System.CodeDOM Namespace