NET FTP Library
BytesAverage Property






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