NET FTP Library
BytesSkipped Property






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : BytesSkipped Property
Syntax
'Declaration
 
Public ReadOnly Property BytesSkipped As System.Long
'Usage
 
Dim instance As FTP
Dim value As System.Long
 
value = instance.BytesSkipped
public System.long BytesSkipped {get;}
public read-only property BytesSkipped: System.Int64; 
public function get BytesSkipped : System.long
public: __property System.long get_BytesSkipped();
public:
property System.int64 BytesSkipped {
   System.int64 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

FTP Class
FTP Members