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