DirectorySearcher.DirectorySynchronization Property

Definition

Gets or sets an object that represents the directory synchronization control to use with the search.

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

Property Value

The DirectorySynchronization object for the search. null if the directory synchronization control should not be used.

Attributes

Remarks

The directory synchronization control, commonly referred to as the DirSync control, is an LDAP control that is used to search for objects that have changed since a previous state.

For more information, see the topic Polling for Changes Using the DirSync Control.

Applies to