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