DirectorySynchronization.Option Właściwość

Definicja

Pobiera lub ustawia opcje wyszukiwania synchronizacji katalogów.

public:
 property System::DirectoryServices::DirectorySynchronizationOptions Option { System::DirectoryServices::DirectorySynchronizationOptions get(); void set(System::DirectoryServices::DirectorySynchronizationOptions value); };
public System.DirectoryServices.DirectorySynchronizationOptions Option { get; set; }
[System.DirectoryServices.DSDescription("DSDirectorySynchronizationFlag")]
public System.DirectoryServices.DirectorySynchronizationOptions Option { get; set; }
member this.Option : System.DirectoryServices.DirectorySynchronizationOptions with get, set
[<System.DirectoryServices.DSDescription("DSDirectorySynchronizationFlag")>]
member this.Option : System.DirectoryServices.DirectorySynchronizationOptions with get, set
Public Property Option As DirectorySynchronizationOptions

Wartość właściwości

Obiekt DirectorySynchronizationOptions.

Atrybuty

Wyjątki

Wartość nie jest jedną z DirectorySynchronizationOptions wartości.

Uwagi

Opcje, które mogą być używane z tą właściwością, znajdują się w wyliczenie DirectorySynchronizationOptions .

Dotyczy