Uploader for Silverlight
MethodManyFiles Property






Gets or sets the name of the WebMethod which receives the upload.
Syntax
'Declaration
 
Public Property MethodManyFiles As System.String
'Usage
 
Dim instance As UploadManagerSettingsWebService
Dim value As System.String
 
instance.MethodManyFiles = value
 
value = instance.MethodManyFiles
public System.string MethodManyFiles {get; set;}
public read-write property MethodManyFiles: System.String; 
public function get,set MethodManyFiles : System.String
public: __property System.string* get_MethodManyFiles();
public: __property void set_MethodManyFiles( 
   System.string* value
);
public:
property System.String^ MethodManyFiles {
   System.String^ get();
   void set (    System.String^ value);
}
Remarks
Default value is UploadFiles.
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

UploadManagerSettingsWebService Class
UploadManagerSettingsWebService Members

Send Feedback