ControlPanelCategoryInfo Class
Represents a category of items in Features View of the IIS Manager workspace.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | ControlPanelCategoryInfo(String, String, String, ControlPanelCategorization) | Initializes a new instance of the ControlPanelCategoryInfo class. |
| Name | Description | |
|---|---|---|
![]() | Categorization | Gets the category type for items in Features View of the IIS Manager workspace. |
![]() | Description | Gets the description of the category. |
![]() | Name | Gets the name of the category. |
![]() | Text | Gets the name of the category, as displayed in the user interface. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Returns the name of the category that is displayed in IIS Manager.(Overrides Object.ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | ApplicationDevelopment | Specifies the string "ApplicationDevelopment". |
![]() ![]() | AspNet | Specifies the string "ASP.NET". |
![]() ![]() | CommonHttp | Specifies the string "CommonHttp". |
![]() ![]() | HealthAndDiagnostics | Specifies the string "HealthAndDiagnostics". |
![]() ![]() | Iis | Specifies the string "IIS". |
![]() ![]() | Management | Specifies the string "Management". |
![]() ![]() | Performance | Specifies the string "Performance". |
![]() ![]() | Security | Specifies the string "Security". |
![]() ![]() | Server | Specifies the string "Server". |
The following example creates and registers an IControlPanel interface in the Performance category.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



