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
" です。 この型は、構成プロパティ、属性、または構成ファイルの要素に含まれる子要素を表します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET