ActiveDirectoryRoleFactoryConfiguration.RootPath 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定這個執行個體的根路徑。
public:
property System::String ^ RootPath { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("RootPath", DefaultValue="")]
public string RootPath { get; set; }
[<System.Configuration.ConfigurationProperty("RootPath", DefaultValue="")>]
member this.RootPath : string with get, set
Public Property RootPath As String
屬性值
這個執行個體的根路徑。
- 屬性
備註
RootPath 是針對此型別定義的 ConfigurationProperty,預設值為 "RootPath
"。 這個型別表示組態檔之項目中所包含的組態屬性 (Property)、屬性 (Attribute) 或子項目。