DirectorySynchronization.Option Property
.NET Framework (current version)
Gets or sets the options for the directory synchronization search.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
<DSDescriptionAttribute("DSDirectorySynchronizationFlag")> Public Property Option As DirectorySynchronizationOptions
Property Value
Type: System.DirectoryServices.DirectorySynchronizationOptionsA DirectorySynchronizationOptions object.
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException | The value is not one of the DirectorySynchronizationOptions values. |
The options that can be used with this property are found in the DirectorySynchronizationOptions enumeration.
.NET Framework
Available since 2.0
Available since 2.0
Show: