Response Class

The Response class represents the response in a query.

System.Object

   Microsoft.SharePoint.Dsp.Response

Public Constructors

The following table shows the public constructors of the Response class and a brief description of each.

Name Description
Response() Initializes a new instance of the Response class.
Response(String) Initializes a new instance of the Response class based on the specified XML data.

Public Properties

The following table shows the public properties of the Response class, the data type of each property, and a brief description of each.

Name Data type Description
DataXml String Gets or sets the XML data of the response.
ErrorCode String Gets or sets an error message for the response.
Status Microsoft.SharePoint.Dsp.ResponseStatus Gets or sets the response status of the query.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread safe.

Requirements

Namespace: Microsoft.SharePoint.Dsp

Platforms: Microsoft Windows Server 2003

Assembly: Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)

Security: Code Access Security