NET FTP Library
BytesPeak Property






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