QueryResponse.PTResponse Property
Gets or sets the response for the pass-through query.
Namespace: Microsoft.SharePoint.Dsp
Assembly: Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)
Syntax
Public Property PTResponse As Response
Get
Set
Dim instance As QueryResponse
Dim value As Response
value = instance.PTResponse
instance.PTResponse = value
public Response PTResponse { get; set; }
Property Value
Type: Microsoft.SharePoint.Dsp.Response
A Response object that represents the response.