Uploader for Silverlight
MaximumUploadSize Property (FilePackager)






Gets or sets the maximum size allowed per upload request.
Syntax
'Declaration
 
Public Property MaximumUploadSize As System.Long
'Usage
 
Dim instance As FilePackager
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

FilePackager Class
FilePackager Members

Send Feedback