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

属性值

String

此实例的根路径。

属性

注解

RootPath 是为此类型定义的具有默认值“ConfigurationProperty”的 RootPath。 此类型表示配置文件的元素中包含的配置属性 (Property)、属性 (Attribute) 或子元素。

适用于