Uploader for Silverlight
IsBusy Property






Gets whether the component is currently uploading files.
Syntax
'Declaration
 
Public ReadOnly Property IsBusy As System.Boolean
'Usage
 
Dim instance As C1Uploader
Dim value As System.Boolean
 
value = instance.IsBusy
public System.bool IsBusy {get;}
public read-only property IsBusy: System.Boolean; 
public function get IsBusy : System.boolean
public: __property System.bool get_IsBusy();
public:
property System.bool IsBusy {
   System.bool 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

C1Uploader Class
C1Uploader Members

Send Feedback