ManagementScopePath Class
Encapsulates a management scope path for a server, site, or application. This class cannot be inherited.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | ApplicationPath | Gets the application path. |
![]() | FrameworkVersion | Gets the .NET Framework version. |
![]() | Port | Gets the port number. |
![]() | ServerName | Gets the server name. |
![]() | ServerReference | Gets the server reference. |
![]() | SiteName | Gets the site name. |
| Name | Description | |
|---|---|---|
![]() ![]() | CreateApplicationPath(String, Int32, String, String) | Creates an application path by using the specified parameters. |
![]() ![]() | CreateServerPath(String, Int32) | Creates a server path by using the specified server name and port number. |
![]() ![]() | CreateServerPath(String, Int32, ManagementFrameworkVersion) | Creates a server path by using the specified server name, port number, and .NET Framework version. |
![]() ![]() | CreateSitePath(String, Int32, String) | Creates a server path by using the server name, port number, and site name. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current ManagementScopePath object.(Overrides Object.Equals(Object).) |
![]() | GetHashCode() | Gets the hash code of the ManagementScopePath object.(Overrides Object.GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | SetFrameworkVersion(ManagementFrameworkVersion) | Sets the .NET Framework version. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


