DirectorySearcher::DirectorySynchronization Property
.NET Framework (current version)
Gets or sets an object that represents the directory synchronization control to use with the search.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
public: [DSDescriptionAttribute("DSDirectorySynchronization")] [BrowsableAttribute(false)] [ComVisibleAttribute(false)] property DirectorySynchronization^ DirectorySynchronization { DirectorySynchronization^ get(); void set(DirectorySynchronization^ value); }
Property Value
Type: System.DirectoryServices::DirectorySynchronization^The DirectorySynchronization object for the search. null if the directory synchronization control should not be used.
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" in the MSDN Library at http://msdn.microsoft.com/library.
.NET Framework
Available since 2.0
Available since 2.0
Show: