Uploader for Silverlight
TotalBytesToUpload Property






Amount of bytes that must be uploaded.
Syntax
'Declaration
 
Public ReadOnly Property TotalBytesToUpload As System.Long
'Usage
 
Dim instance As UploadProgressChangedEventArgs
Dim value As System.Long
 
value = instance.TotalBytesToUpload
public System.long TotalBytesToUpload {get;}
public read-only property TotalBytesToUpload: System.Int64; 
public function get TotalBytesToUpload : System.long
public: __property System.long get_TotalBytesToUpload();
public:
property System.int64 TotalBytesToUpload {
   System.int64 get();
}
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

UploadProgressChangedEventArgs Class
UploadProgressChangedEventArgs Members

Send Feedback