Uploader for Silverlight
Namespace Property






Gets or sets the namespace of the WebService which receive the upload.
Syntax
'Declaration
 
Public Property Namespace As System.String
'Usage
 
Dim instance As UploadManagerSettingsWebService
Dim value As System.String
 
instance.Namespace = value
 
value = instance.Namespace
public System.string Namespace {get; set;}
public read-write property Namespace: System.String; 
public function get,set Namespace : System.String
public: __property System.string* get_Namespace();
public: __property void set_Namespace( 
   System.string* value
);
public:
property System.String^ Namespace {
   System.String^ get();
   void set (    System.String^ value);
}
Remarks
Default value is http://tempuri.org/.
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