NET FTP Library
BytesCurrent Property






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : BytesCurrent Property
Syntax
'Declaration
 
Protected Property BytesCurrent As System.Decimal
'Usage
 
Dim instance As FTP
Dim value As System.Decimal
 
instance.BytesCurrent = value
 
value = instance.BytesCurrent
protected System.decimal BytesCurrent {get; set;}
protected read-write property BytesCurrent: System.Currency; 
protected function get,set BytesCurrent : System.decimal
protected: __property System.decimal get_BytesCurrent();
protected: __property void set_BytesCurrent( 
   System.decimal value
);
protected:
property System.decimal BytesCurrent {
   System.decimal get();
   void set (    System.decimal value);
}
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