共用方式為


ActiveDirectoryRoleFactoryConfiguration.Manager 屬性

定義

取得或設定與此執行個體關聯之管理員的名稱。

public:
 property System::String ^ Manager { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("Manager", DefaultValue="manager")]
public string Manager { get; set; }
[<System.Configuration.ConfigurationProperty("Manager", DefaultValue="manager")>]
member this.Manager : string with get, set
Public Property Manager As String

屬性值

與此執行個體關聯之管理員的名稱。

屬性

備註

ManagerConfigurationProperty是針對這個類型定義的 ,其預設值為 「 Manager 」。 這個型別表示組態檔之項目中所包含的組態屬性 (Property)、屬性 (Attribute) 或子項目。

適用於