DirectorySynchronization.Option Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, setPublic Property Option As DirectorySynchronizationOptionsProperty Value
A DirectorySynchronizationOptions object.
- Attributes
Exceptions
The value is not one of the DirectorySynchronizationOptions values.
Remarks
The options that can be used with this property are found in the DirectorySynchronizationOptions enumeration.