NET FTP Library
FilesTransfered Property






KellermanSoftware.NetFtpLibrary Namespace > TransferCompletedEventArgs Class : FilesTransfered Property
A list of the files transfered
Syntax
'Declaration
 
Public Property FilesTransfered As System.Collections.Generic.List(Of TransferInfo)
'Usage
 
Dim instance As TransferCompletedEventArgs
Dim value As System.Collections.Generic.List(Of TransferInfo)
 
instance.FilesTransfered = value
 
value = instance.FilesTransfered
public System.Collections.Generic.List<TransferInfo> FilesTransfered {get; set;}
public read-write property FilesTransfered: System.Collections.Generic.List; 
public function get,set FilesTransfered : System.Collections.Generic.List
public: __property System.Collections.Generic.List<TransferInfo*>* get_FilesTransfered();
public: __property void set_FilesTransfered( 
   System.Collections.Generic.List<TransferInfo*>* value
);
public:
property System.Collections.Generic.List<TransferInfo^>^ FilesTransfered {
   System.Collections.Generic.List<TransferInfo^>^ get();
   void set (    System.Collections.Generic.List<TransferInfo^>^ 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