NET SFTP Library
PercentComplete Property






KellermanSoftware.NetSFtpLibrary Namespace > SFTP Class : PercentComplete Property
The percent complete for the overall transfer
Syntax
'Declaration
 
Public ReadOnly Property PercentComplete As System.Integer
'Usage
 
Dim instance As SFTP
Dim value As System.Integer
 
value = instance.PercentComplete
public System.int PercentComplete {get;}
public read-only property PercentComplete: System.Integer; 
public function get PercentComplete : System.int
public: __property System.int get_PercentComplete();
public:
property System.int PercentComplete {
   System.int get();
}
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

SFTP Class
SFTP Members