Compartir vía


LdapSessionOptions.RootDseCache Propiedad

Definición

La propiedad RootDseCache 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 caché se habilita o false si no se habilita.

Excepciones

El objeto LdapConnection ya se ha eliminado.

Se aplica a