AdministrationModuleCollection Class
Represents a collection of administration modules.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements in the administration module collection. |
![]() | Item[Int32] | Gets the administration module at the specified index location in the collection. |
![]() | Item[String] | Gets the AdministrationModule object that has the specified name from the collection. |
| Name | Description | |
|---|---|---|
![]() | Add(String) | Adds the administration module that has the specified name to the collection. |
![]() | Clear() | Clears all the AdministrationModule objects from the current collection. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetEnumerator() | Returns a generic enumerator that iterates through the administration module collection. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Remove(String) | Deletes the specified administration module from the collection. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable.GetEnumerator() | Returns an enumerator that iterates through the administration module collection. |
The <modules> section of the Administration.config file contains the collection of AdministrationModule objects.
This collection represents all AdministrationModule objects that are available at the site or application level. Use the AdministrationModuleCollection object to iterate through a collection of AdministrationModule objects.
Modifying the collection does not modify the Administration.config file.
The following example retrieves an AdministrationModuleCollection object from a site and displays each AdministrationModule object in the collection. In addition, the example implements the Item and Count properties of the AdministrationModuleCollection class.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



