Uploader for Silverlight
Address Property






Gets or sets the address of the service that will receive the upload
Syntax
'Declaration
 
<System.ComponentModel.TypeConverterAttribute("System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
Public Property Address As System.Uri
'Usage
 
Dim instance As UploadManagerSettings
Dim value As System.Uri
 
instance.Address = value
 
value = instance.Address
[System.ComponentModel.TypeConverter("System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public System.Uri Address {get; set;}
public read-write property Address: System.Uri; 
System.ComponentModel.TypeConverterAttribute("System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
public function get,set Address : System.Uri
[System.ComponentModel.TypeConverter("System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public: __property System.Uri* get_Address();
public: __property void set_Address( 
   System.Uri* value
);
[System.ComponentModel.TypeConverter("System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public:
property System.Uri^ Address {
   System.Uri^ get();
   void set (    System.Uri^ 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

UploadManagerSettings Class
UploadManagerSettings Members

Send Feedback