NET FTP Library
FileInfo Property






KellermanSoftware.NetFtpLibrary Namespace > TransferInfo Class : FileInfo Property
The information about the file transfered
Syntax
'Declaration
 
Public Property FileInfo As FTPFileInfo
'Usage
 
Dim instance As TransferInfo
Dim value As FTPFileInfo
 
instance.FileInfo = value
 
value = instance.FileInfo
public FTPFileInfo FileInfo {get; set;}
public read-write property FileInfo: FTPFileInfo; 
public function get,set FileInfo : FTPFileInfo
public: __property FTPFileInfo* get_FileInfo();
public: __property void set_FileInfo( 
   FTPFileInfo* value
);
public:
property FTPFileInfo^ FileInfo {
   FTPFileInfo^ get();
   void set (    FTPFileInfo^ 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

TransferInfo Class
TransferInfo Members