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 オブジェクトは既に破棄されています。

適用対象