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