ManagementScopePath Class

 

Encapsulates a management scope path for a server, site, or application. This class cannot be inherited.

Namespace:   Microsoft.Web.Management.Client
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

System.Object
  Microsoft.Web.Management.Client.ManagementScopePath

[SecurityPermissionAttribute(SecurityAction.Demand, Flags = SecurityPermissionFlag.UnmanagedCode)]
public sealed class ManagementScopePath

NameDescription
System_CAPS_pubpropertyApplicationPath

Gets the application path.

System_CAPS_pubpropertyFrameworkVersion

Gets the .NET Framework version.

System_CAPS_pubpropertyPort

Gets the port number.

System_CAPS_pubpropertyServerName

Gets the server name.

System_CAPS_pubpropertyServerReference

Gets the server reference.

System_CAPS_pubpropertySiteName

Gets the site name.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateApplicationPath(String, Int32, String, String)

Creates an application path by using the specified parameters.

System_CAPS_pubmethodSystem_CAPS_staticCreateServerPath(String, Int32)

Creates a server path by using the specified server name and port number.

System_CAPS_pubmethodSystem_CAPS_staticCreateServerPath(String, Int32, ManagementFrameworkVersion)

Creates a server path by using the specified server name, port number, and .NET Framework version.

System_CAPS_pubmethodSystem_CAPS_staticCreateSitePath(String, Int32, String)

Creates a server path by using the server name, port number, and site name.

System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to the current ManagementScopePath object.(Overrides Object.Equals(Object).)

System_CAPS_pubmethodGetHashCode()

Gets the hash code of the ManagementScopePath object.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSetFrameworkVersion(ManagementFrameworkVersion)

Sets the .NET Framework version.

System_CAPS_pubmethodToString()

(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.

Return to top
Show: