Uploader for Silverlight
Response Property






Response returned by the server in the message body.
Syntax
'Declaration
 
Public ReadOnly Property Response As System.Object
'Usage
 
Dim instance As UploadCompletedEventArgs
Dim value As System.Object
 
value = instance.Response
public System.object Response {get;}
public read-only property Response: System.TObject; 
public function get Response : System.Object
public: __property System.Object* get_Response();
public:
property System.Object^ Response {
   System.Object^ get();
}
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

UploadCompletedEventArgs Class
UploadCompletedEventArgs Members

Send Feedback