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, set
Public Property Option As DirectorySynchronizationOptions
Property 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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.