Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / SynchronizationProgressionEventArgs Class / ByteProgression Property


In This Topic
    ByteProgression Property
    In This Topic
    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