ManagementAdministrationConfiguration.ModuleProviders Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.