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!

MemberDescriptor.IsBrowsable

Gets a value indicating whether the member is browsable as specified in the BrowsableAttribute.

[Visual Basic]
Overridable Public ReadOnly Property IsBrowsable As Boolean
[C#]
public bool IsBrowsable {virtual get;}
[C++]
public: __property virtual bool get_IsBrowsable();
[JScript]
public function get IsBrowsable() : Boolean;

Property Value

true if the member is browsable; otherwise, false. If there is no BrowsableAttribute, the property value is set to the default, which is true.

Remarks

A visual designer typically displays the members that are browsable in the property browser.

See Also

MemberDescriptor Class | MemberDescriptor Members | System.ComponentModel Namespace | Category | Description | Name