AdministrationModule Class
Encapsulates information about a specific administration module.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | AdministrationModule(String) | Initializes a new instance of the AdministrationModule class. |
| Name | Description | |
|---|---|---|
![]() | Name | Gets the name of the administration module. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
After you add an AdministrationModule object, you can view it in the AdministrationModuleCollection object. The <modules> section of the Administration.config file contains the collection of AdministrationModule objects. This class cannot be inherited.
The following example demonstrates the AdministrationModule class and the Name property by displaying the name of each AdministrationModule object in the AdministrationModuleCollection object.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

