SiteManagementUnit Class
Encapsulates contextual information about the site being managed.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
Microsoft.Web.Management.Server.ManagementUnit
Microsoft.Web.Management.Server.ApplicationManagementUnit
Microsoft.Web.Management.Server.SiteManagementUnit
| Name | Description | |
|---|---|---|
![]() | Administration | Gets the current management administration configuration.(Inherited from ManagementUnit.) |
![]() | ApplicationPath | Gets the application path for the application management unit.(Inherited from ApplicationManagementUnit.) |
![]() | Configuration | Gets configuration information for the current management unit.(Inherited from ManagementUnit.) |
![]() | ConfigurationMap | Gets the configuration map for the management unit.(Inherited from ManagementUnit.) |
![]() | ConfigurationPath | Gets the configuration path information for the current management unit.(Inherited from ManagementUnit.) |
![]() | Context | Gets management context information for the current management unit.(Inherited from ManagementUnit.) |
![]() | FrameworkVersion | Gets the .NET Framework version for the current management unit.(Inherited from ManagementUnit.) |
![]() | IsUserServerAdministrator | Gets a value indicating whether the calling user is a server administrator.(Inherited from ManagementUnit.) |
![]() | Scope | Gets a value that specifies that the management scope is ManagementScope.Site.(Overrides ApplicationManagementUnit.Scope.) |
![]() | ServerManager | Gets the server manager for the management unit.(Inherited from ManagementUnit.) |
![]() | SiteName | Gets the site name for the application management unit.(Inherited from ApplicationManagementUnit.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetApplication(String) | Returns a new application management unit for the specified application path. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetModuleProviders(Type) | Returns a collection of module providers of the specified type.(Inherited from ManagementUnit.) |
![]() | GetModuleService(String) | Retrieves the ModuleService object that corresponds to the specified module name.(Inherited from ManagementUnit.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetTypeInformation(String) | When the GetTypeInformation(String, Boolean, Type) method is overridden in a derived class, retrieves the assembly-qualified type names for all types in the current management scope that derive from the specified base type name.(Inherited from ManagementUnit.) |
![]() | GetTypeInformation(String, Boolean) | When the GetTypeInformation(String, Boolean, Type) method is overridden in a derived class, retrieves the assembly-qualified type names for all types in the current management scope that derive from the specified base type name, optionally including types that are not public.(Inherited from ManagementUnit.) |
![]() | GetTypeInformation(String, Boolean, Type) | Retrieves the assembly-qualified type names for all types in the application management scope that derive from the specified base type name, optionally including types that are not public, and using the specified generator to create type information.(Inherited from ApplicationManagementUnit.) |
![]() | ToString() | (Inherited from Object.) |
![]() | Update() | Commits changes on the ManagementUnit.(Inherited from ManagementUnit.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

