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!

ServerExplorerBrowsableAttribute Class

Specifies whether a property or event can be modified at design time in the server explorer.

Object
   Attribute
      MemberAttribute
         ServerExplorerBrowsableAttribute

[Visual Basic]
Public Class ServerExplorerBrowsableAttribute
   Inherits MemberAttribute
[C#]
public class ServerExplorerBrowsableAttribute : MemberAttribute
[C++]
public __gc class ServerExplorerBrowsableAttribute : public
   MemberAttribute
[JScript]
public class ServerExplorerBrowsableAttribute extends
   MemberAttribute

Remarks

A visual designer typically displays in the server explorer those members that either have no browsable attribute or are marked with ServerExplorerBrowsable(true). Members that are marked with ServerExplorerBrowsable(false) are not appropriate for design-time editing. The default is True.

For more information, see TBD and TBD.

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

System.ComponentModel Namespace | MemberAttribute | PropertyDescriptor | EventDescriptor