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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.