Uploader for Silverlight
ProgressPercentage Property






Percentage of bytes that were uploaded.
Syntax
'Declaration
 
Public ReadOnly Property ProgressPercentage As System.Integer
'Usage
 
Dim instance As UploadProgressChangedEventArgs
Dim value As System.Integer
 
value = instance.ProgressPercentage
public System.int ProgressPercentage {get;}
public read-only property ProgressPercentage: System.Integer; 
public function get ProgressPercentage : System.int
public: __property System.int get_ProgressPercentage();
public:
property System.int ProgressPercentage {
   System.int 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