QueryResponse.DSResponse Property
NOTE: This API is now obsolete.
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
'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Property DSResponse As Response
Get
Set
'Usage
Dim instance As QueryResponse
Dim value As Response
value = instance.DSResponse
instance.DSResponse = value
[ObsoleteAttribute("Use the Lists web service instead.")]
public Response DSResponse { get; set; }
Property Value
Type: Microsoft.SharePoint.Dsp.Response
A Response object that represents the response.