LdapSessionOptions.RootDseCache Propiedad

Definición

La RootDseCache propiedad habilita la caché interna de 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

Valor de propiedad

Esta propiedad es true si la memoria caché está habilitada o false si no lo es.

Excepciones

El LdapConnection objeto ya está eliminado.

Se aplica a