次の方法で共有


ManagementAdministrationConfiguration.GetDelegatedScope(String) メソッド

定義

指定したパスの ManagementAdministrationConfiguration オブジェクトを返します。

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

パラメーター

path
String

場所のパス。 パスにスラッシュを含めることはできません。

戻り値

ManagementAdministrationConfiguration指定したパスの オブジェクト。

適用対象