Intersoft ClientUI Documentation
BytesUploaded Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > FileUploadInfo Class : BytesUploaded Property






Gets the number of bytes of the file already uploaded.

Syntax

Visual Basic (Declaration) 
Public Property BytesUploaded As Long
Visual Basic (Usage)Copy Code
Dim instance As FileUploadInfo
Dim value As Long
 
instance.BytesUploaded = value
 
value = instance.BytesUploaded
C# 
public long BytesUploaded {get; set;}
Delphi 
public read-write property BytesUploaded: Int64; 
JScript 
public function get,set BytesUploaded : long
Managed Extensions for C++ 
public: __property long get_BytesUploaded();
public: __property void set_BytesUploaded( 
   long value
);
C++/CLI 
public:
property int64 BytesUploaded {
   int64 get();
   void set (    int64 value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.