Xceed .NET Libraries Documentation
Abort Property (FolderSynchronizationProgressionEventArgs)


Xceed.Synchronization Assembly > Xceed.Synchronization Namespace > FolderSynchronizationProgressionEventArgs Class : Abort Property
Gets or sets a boolean value indicating whether the entire synchronization should be aborted.
Syntax
'Declaration
 
Public Property Abort As Boolean
'Usage
 
Dim instance As FolderSynchronizationProgressionEventArgs
Dim value As Boolean
 
instance.Abort = value
 
value = instance.Abort
public bool Abort {get; set;}

Property Value

true if the entire synchronization should be aborted; false otherwise.
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

FolderSynchronizationProgressionEventArgs Class
FolderSynchronizationProgressionEventArgs Members