Xceed .NET Libraries Documentation
Size Property (FtpItemInfo)


Xceed.Ftp Assembly > Xceed.Ftp Namespace > FtpItemInfo Class : Size Property
Gets or sets the size of the item, or -1 if the size is unknown or not applicable.
Syntax
'Declaration
 
Public Property Size As Long
'Usage
 
Dim instance As FtpItemInfo
Dim value As Long
 
instance.Size = value
 
value = instance.Size
public long Size {get; set;}

Property Value

A value representing the size of the item, or -1 if the size is unknown or not applicable. Cannot be less than -1.
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

FtpItemInfo Class
FtpItemInfo Members