ManagementScopePath Class
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.
Encapsulates a management scope path for a server, site, or application. This class cannot be inherited.
public ref class ManagementScopePath sealed
public sealed class ManagementScopePath
type ManagementScopePath = class
Public NotInheritable Class ManagementScopePath
- Inheritance
-
ManagementScopePath
Properties
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. |
Methods
CreateApplicationPath(String, Int32, String, String) |
Creates an application path by using the specified parameters. |
CreateServerPath(String, Int32, ManagementFrameworkVersion) |
Creates a server path by using the specified server name, port number, and .NET Framework version. |
CreateServerPath(String, Int32) |
Creates a server path by using the specified server name and port number. |
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. |
GetHashCode() |
Gets the hash code of the ManagementScopePath object. |
SetFrameworkVersion(ManagementFrameworkVersion) |
Sets the .NET Framework version. |