QueryResponse.DSResponse Property

Gets or sets the response for the data retrieval service query.

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

Syntax

Public Property DSResponse As Response
    Get
    Set

Dim instance As QueryResponse
Dim value As Response

value = instance.DSResponse

instance.DSResponse = value
public Response DSResponse { get; set; }

Property Value

Type: Microsoft.SharePoint.Dsp.Response
A Response object that represents the response.

See Also

Reference

QueryResponse Class

QueryResponse Members

Microsoft.SharePoint.Dsp Namespace