ManagementAdministrationConfiguration.GetDelegatedScope(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne l’objet ManagementAdministrationConfiguration pour le chemin d’accès spécifié.
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
Paramètres
- path
- String
Chemin d’accès à l’emplacement. Le chemin d’accès ne peut pas contenir de barre oblique.
Retours
Objet ManagementAdministrationConfiguration pour le chemin d’accès spécifié.