DspQuery.RowLimit Property

Gets or sets a limit for the number of rows returned in the query.

Namespace:  Microsoft.SharePoint.Dsp
Assembly:  Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)

Syntax

Public Property RowLimit As Long
    Get
    Set

Dim instance As DspQuery
Dim value As Long

value = instance.RowLimit

instance.RowLimit = value
public long RowLimit { get; set; }

Property Value

Type: System.Int64
A 64-bit integer that specifies the row limit.

See Also

Reference

DspQuery Class

DspQuery Members

Microsoft.SharePoint.Dsp Namespace