DSQuery.DspQuery Property

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

Public Property DspQuery As DspQuery
    Get
    Set

Dim instance As DSQuery
Dim value As DspQuery

value = instance.DspQuery

instance.DspQuery = value
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.

See Also

Reference

DSQuery Class

DSQuery Members

Microsoft.SharePoint.Dsp Namespace