Uploader for Silverlight
MethodOneFile Property






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