Xceed .NET Libraries Documentation
ByteProgression Property


Xceed.Synchronization Assembly > Xceed.Synchronization Namespace > SynchronizationProgressionEventArgs Class : ByteProgression Property
Gets the combined size, in bytes, of the files being processed in the ongoing file synchronization.
Syntax
'Declaration
 
Public ReadOnly Property ByteProgression As ProgressionInfo
'Usage
 
Dim instance As SynchronizationProgressionEventArgs
Dim value As ProgressionInfo
 
value = instance.ByteProgression
public ProgressionInfo ByteProgression {get;}

Property Value

A Xceed.FileSystem.ProgressionInfo object.
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

SynchronizationProgressionEventArgs Class
SynchronizationProgressionEventArgs Members