ManagementAdministrationConfiguration.GetDelegatedScope(String) Method
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.
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.