Language

ActiveDirectoryRoleFactoryConfiguration.RootPath プロパティ

定義

このインスタンスのルート パスを取得または設定します。

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です。 この型は、構成ファイルの要素に含まれる構成プロパティ、属性、または子要素を表します。

適用対象