Uploader for Silverlight
GetSize Method (UploadFilePartInfo)






Gets the size of a file part.
Syntax
'Declaration
 
Public Function GetSize() As System.Long
'Usage
 
Dim instance As UploadFilePartInfo
Dim value As System.Long
 
value = instance.GetSize()
public System.long GetSize()
public function GetSize(): System.Int64; 
public function GetSize() : System.long;
public: System.long GetSize(); 
public:
System.int64 GetSize(); 

Return Value

Size of the file part.
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

UploadFilePartInfo Class
UploadFilePartInfo Members

Send Feedback