Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / FileTransferStatusEventArgs Class / AllBytesPercent Property


In This Topic
    AllBytesPercent Property
    In This Topic
    Gets the percentage of the bytes that have been transferred for the entire group of files to transfer.
    Syntax
    'Declaration
     
    Public ReadOnly Property AllBytesPercent As Short
    'Usage
     
    Dim instance As FileTransferStatusEventArgs
    Dim value As Short
     
    value = instance.AllBytesPercent
    public short AllBytesPercent {get;}

    Property Value

    A value representing the percentage of the bytes that have been transferred or skipped for the entire group of files to transfer. If 100%, the transfer of all files has completed.
    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