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






Gets the number bytes of the file already uploaded.

Syntax

Visual Basic (Declaration) 
<DataMemberAttribute()>
Public Property BytesUploaded As Long
Visual Basic (Usage)Copy Code
Dim instance As FileUploadInfoResponse
Dim value As Long
 
instance.BytesUploaded = value
 
value = instance.BytesUploaded
C# 
[DataMemberAttribute()]
public long BytesUploaded {get; set;}
Delphi 
public read-write property BytesUploaded: Int64; 
JScript 
DataMemberAttribute()
public function get,set BytesUploaded : long
Managed Extensions for C++ 
[DataMemberAttribute()]
public: __property long get_BytesUploaded();
public: __property void set_BytesUploaded( 
   long value
);
C++/CLI 
[DataMemberAttribute()]
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.