Share via


ManagementAdministrationConfiguration.GetDelegatedScope(String) Method

Definition

Returns the ManagementAdministrationConfiguration object for the specified path.

public:
 Microsoft::Web::Management::Server::ManagementAdministrationConfiguration ^ GetDelegatedScope(System::String ^ path);
public Microsoft.Web.Management.Server.ManagementAdministrationConfiguration GetDelegatedScope (string path);
member this.GetDelegatedScope : string -> Microsoft.Web.Management.Server.ManagementAdministrationConfiguration
Public Function GetDelegatedScope (path As String) As ManagementAdministrationConfiguration

Parameters

path
String

The location path. The path cannot contain a slash.

Returns

The ManagementAdministrationConfiguration object for the specified path.

Applies to