NET FTP Library
SizeInBytes Property






KellermanSoftware.NetFtpLibrary Namespace > FTPFileInfo Class : SizeInBytes Property
The file size in bytes. This property is zero for directories.
Syntax
'Declaration
 
Public Property SizeInBytes As System.Long
'Usage
 
Dim instance As FTPFileInfo
Dim value As System.Long
 
instance.SizeInBytes = value
 
value = instance.SizeInBytes
public System.long SizeInBytes {get; set;}
public read-write property SizeInBytes: System.Int64; 
public function get,set SizeInBytes : System.long
public: __property System.long get_SizeInBytes();
public: __property void set_SizeInBytes( 
   System.long value
);
public:
property System.int64 SizeInBytes {
   System.int64 get();
   void set (    System.int64 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

FTPFileInfo Class
FTPFileInfo Members