NET FTP Library
Ftp Property






KellermanSoftware.NetFtpLibrary Namespace > TransferCompletedEventArgs Class : Ftp Property
Reference to the FTP Instance
Syntax
'Declaration
 
Public Property Ftp As FTP
'Usage
 
Dim instance As TransferCompletedEventArgs
Dim value As FTP
 
instance.Ftp = value
 
value = instance.Ftp
public FTP Ftp {get; set;}
public read-write property Ftp: FTP; 
public function get,set Ftp : FTP
public: __property FTP* get_Ftp();
public: __property void set_Ftp( 
   FTP* value
);
public:
property FTP^ Ftp {
   FTP^ get();
   void set (    FTP^ 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

TransferCompletedEventArgs Class
TransferCompletedEventArgs Members