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