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입니다. 이 형식은 구성 파일의 요소에 포함된 구성 속성, 특성 또는 자식 요소를 나타냅니다.

적용 대상