QueryRequest.PTQuery Property
NOTE: This API is now obsolete.
Gets or sets the pass-through query for the request.
Namespace: Microsoft.SharePoint.Dsp
Assembly: Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Property PTQuery As PTQuery
Get
Set
'Usage
Dim instance As QueryRequest
Dim value As PTQuery
value = instance.PTQuery
instance.PTQuery = value
[ObsoleteAttribute("Use the Lists web service instead.")]
public PTQuery PTQuery { get; set; }
Property Value
Type: Microsoft.SharePoint.Dsp.PTQuery
A PTQuery object that represents the pass-through query.