Gets whether the property has a set method accessor.
[Visual Basic] Public Property HasSet As Boolean [C#] public bool HasSet {get; set;} [C++] public: __property bool get_HasSet(); public: __property void set_HasSet(bool); [JScript] public function get HasSet() : Boolean; public function set HasSet(Boolean);
true if the property has a set method accessor; otherwise, false.
This will should return false if the property is read-only.
CodeMemberProperty Class | CodeMemberProperty Members | System.CodeDOM Namespace | HasGet