Sdílet prostřednictvím


DirectorySearcher.DirectorySynchronization Vlastnost

Definice

Získá nebo nastaví objekt, který představuje ovládací prvek synchronizace adresářů pro použití s vyhledáváním.

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

Hodnota vlastnosti

Objekt DirectorySynchronization pro hledání. null pokud se nemá použít ovládací prvek synchronizace adresářů.

Atributy

Poznámky

Ovládací prvek synchronizace adresářů, běžně označovaný jako ovládací prvek DirSync, je ovládací prvek ldap, který se používá k vyhledávání objektů, které se od předchozího stavu změnily.

Další informace najdete v tématu Dotazování na změny pomocí ovládacího prvku DirSync.

Platí pro