Share via


ManagementAdministrationConfiguration.ModuleProviders Property

Definition

Gets a dictionary of administration module providers.

public:
 property System::Collections::Generic::IDictionary<System::String ^, Microsoft::Web::Management::Server::AdministrationModuleProvider ^> ^ ModuleProviders { System::Collections::Generic::IDictionary<System::String ^, Microsoft::Web::Management::Server::AdministrationModuleProvider ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Microsoft.Web.Management.Server.AdministrationModuleProvider> ModuleProviders { get; }
member this.ModuleProviders : System.Collections.Generic.IDictionary<string, Microsoft.Web.Management.Server.AdministrationModuleProvider>
Public ReadOnly Property ModuleProviders As IDictionary(Of String, AdministrationModuleProvider)

Property Value

A dictionary of AdministrationModuleProvider objects.

Remarks

Important

This property will be removed in a future release of IIS 7.

Applies to