DirectorySearcher.DirectorySynchronization Propriété

Définition

Obtient ou définit un objet qui représente le contrôle de synchronisation d'annuaires à utiliser avec la recherche.

public:
 property System::DirectoryServices::DirectorySynchronization ^ DirectorySynchronization { System::DirectoryServices::DirectorySynchronization ^ get(); void set(System::DirectoryServices::DirectorySynchronization ^ value); };
public System.DirectoryServices.DirectorySynchronization DirectorySynchronization { get; set; }
public System.DirectoryServices.DirectorySynchronization? DirectorySynchronization { get; set; }
[System.ComponentModel.Browsable(false)]
[System.DirectoryServices.DSDescription("DSDirectorySynchronization")]
[System.Runtime.InteropServices.ComVisible(false)]
public System.DirectoryServices.DirectorySynchronization DirectorySynchronization { get; set; }
member this.DirectorySynchronization : System.DirectoryServices.DirectorySynchronization with get, set
[<System.ComponentModel.Browsable(false)>]
[<System.DirectoryServices.DSDescription("DSDirectorySynchronization")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.DirectorySynchronization : System.DirectoryServices.DirectorySynchronization with get, set
Public Property DirectorySynchronization As DirectorySynchronization

Valeur de propriété

Objet DirectorySynchronization de la recherche. null si le contrôle de synchronisation d'annuaires ne doit pas être utilisé.

Attributs

Remarques

Le contrôle de synchronisation d’annuaires, communément appelé contrôle DirSync, est un contrôle LDAP utilisé pour rechercher des objets qui ont changé depuis un état précédent.

Pour plus d’informations, consultez la rubrique Interrogation des modifications à l’aide du contrôle DirSync.

S’applique à