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.Category

Gets the name of the category that the member belongs to, as specified in the CategoryAttribute.

[Visual Basic]
Overridable Public ReadOnly Property Category As String
[C#]
public string Category {virtual get;}
[C++]
public: __property virtual String* get_Category();
[JScript]
public function get Category() : String;

Property Value

The name of the category that the member belongs to. If there is no CategoryAttribute, the category name is set to the default category, Misc.

Remarks

This property value can be used by a visual designer to display members in categories.

See Also

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