LdapSessionOptions.RootDseCache 속성

정의

이 속성은 RootDseCache 내부 RootDSE 캐시를 사용하도록 설정합니다.

public:
 property bool RootDseCache { bool get(); void set(bool value); };
public bool RootDseCache { get; set; }
member this.RootDseCache : bool with get, set
Public Property RootDseCache As Boolean

속성 값

이 속성은 true 캐시가 활성화되어 있거나 false 그렇지 않은 경우입니다.

예외

LdapConnection 개체가 이미 삭제되었습니다.

적용 대상