DirectorySearcher.DirectorySynchronization Proprietà

Definizione

Ottiene o imposta un oggetto che rappresenta il controllo di sincronizzazione directory da utilizzare con la ricerca.

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

Valore della proprietà

Oggetto DirectorySynchronization per la ricerca. null se il controllo di sincronizzazione directory non deve essere utilizzato.

Attributi

Commenti

Il controllo di sincronizzazione della directory, comunemente noto come controllo DirSync, è un controllo LDAP usato per cercare gli oggetti modificati dopo uno stato precedente.

Per altre informazioni, vedere l'argomento Polling for Changes Using the DirSync Control.For more information, see the topic Polling for Changes Using the DirSync Control.

Si applica a