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;
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.
This property value can be used by a visual designer to display members in categories.
MemberDescriptor Class | MemberDescriptor Members | System.ComponentModel Namespace | Description | IsBrowsable | Name