DSQuery.DspQuery Property
NOTE: This API is now obsolete.
Gets or sets the filter, column selection, sorting, and row limit used in the 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 DspQuery As DspQuery
Get
Set
'Usage
Dim instance As DSQuery
Dim value As DspQuery
value = instance.DspQuery
instance.DspQuery = value
[ObsoleteAttribute("Use the Lists web service instead.")]
public DspQuery DspQuery { get; set; }
Property Value
Type: Microsoft.SharePoint.Dsp.DspQuery
A DspQuery object that specifies the filter, column selection, sorting, and row limit.