DirectorySynchronization.Option Property

Definition

Gets or sets the options for the directory synchronization search.

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

Property Value

A DirectorySynchronizationOptions object.

Attributes

Exceptions

Remarks

The options that can be used with this property are found in the DirectorySynchronizationOptions enumeration.

Applies to