NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeMemberProperty.HasGet

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);

Property Value

true if the property has a get method accessor; otherwise, false.

See Also

CodeMemberProperty Class | CodeMemberProperty Members | System.CodeDOM Namespace | HasSet