Uploader for Silverlight
MaximumUploadSize Property (C1Uploader)






Gets or sets the maximum size in bytes allowed for each upload.
Syntax
'Declaration
 
Public Property MaximumUploadSize As System.Long
'Usage
 
Dim instance As C1Uploader
Dim value As System.Long
 
instance.MaximumUploadSize = value
 
value = instance.MaximumUploadSize
public System.long MaximumUploadSize {get; set;}
public read-write property MaximumUploadSize: System.Int64; 
public function get,set MaximumUploadSize : System.long
public: __property System.long get_MaximumUploadSize();
public: __property void set_MaximumUploadSize( 
   System.long value
);
public:
property System.int64 MaximumUploadSize {
   System.int64 get();
   void set (    System.int64 value);
}
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