IManagementHost Interface
Identifies the host of the management unit.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | ApplicationName | Gets the unique name of the application that contains the host instance. |
![]() | Name | Gets the unique name of the host. |
![]() | Title | Gets the host name that will be displayed to the user. |
![]() | UserData | Gets the System.Collections.IDictionary interface in which to store global settings. |
![]() | UserInterfaceTechnologyType | Gets the type that implements the Microsoft.Web.Management.Client.IModulePage interface and is used as the base class for a page in the user interface. |
![]() | Version | Gets the host version information. |
| Name | Description | |
|---|---|---|
![]() | CreateBuilder(Type) | Returns the requested object that was created by the class factory and has the specified type. |
![]() | CreateHostModule() | Returns the host module. |
![]() | CreateManagementContext() | Returns the Microsoft.Web.Management.Server.IManagementContext interface. |
This is the primary interface that identifies the host of the management unit. Each host will have a different implementation of this interface.

