Xceed .NET Libraries Documentation
Options Property (SynchronizationEventArgs)


Xceed.Synchronization Assembly > Xceed.Synchronization Namespace > SynchronizationEventArgs Class : Options Property
Gets or set the SynchronizationOptions that will be used for the current synchronization job.
Syntax
'Declaration
 
Public Property Options As SynchronizationOptions
'Usage
 
Dim instance As SynchronizationEventArgs
Dim value As SynchronizationOptions
 
instance.Options = value
 
value = instance.Options
public SynchronizationOptions Options {get; set;}

Property Value

A SynchronizationOptions object.
Remarks
Any modifications made to the SynchronizationOptions is local to the current synchronization job.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SynchronizationEventArgs Class
SynchronizationEventArgs Members