NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SoapRequestResponseInfo.Response

[To be supplied.]

[Visual Basic]
Public Property Response As SoapResponseInfo
[C#]
public SoapResponseInfo Response {get; set;}
[C++]
public: __property SoapResponseInfo* get_Response();
public: __property void set_Response(SoapResponseInfo*);
[JScript]
public function get Response() : SoapResponseInfo;
public function set Response(SoapResponseInfo);

See Also

SoapRequestResponseInfo Class | SoapRequestResponseInfo Members | System.Web.Services.Description Namespace