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






Gets the total number of bytes to upload.

Syntax

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