AdministrationModuleProvider Class
Encapsulates information about the administration module provider.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The <moduleProviders> section of the Administration.config file contains the collection of AdministrationModuleProvider objects.
Modifying the collection does not modify the Administration.config file.
The following example retrieves an array list with each of the AdministrationModuleProvider objects. The application displays the name and type of each module provider.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

