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


In This Topic
    FilesPercent Property
    In This Topic
    Gets the percentage of files that have been transferred so far.
    Syntax
    'Declaration
     
    Public ReadOnly Property FilesPercent As Short
    'Usage
     
    Dim instance As FileTransferStatusEventArgs
    Dim value As Short
     
    value = instance.FilesPercent
    public short FilesPercent {get;}

    Property Value

    A value representing the percentage of files that have been transferred so far.
    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