DspQuery.RowLimit Property
NOTE: This API is now obsolete.
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
'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Property RowLimit As Long
Get
Set
'Usage
Dim instance As DspQuery
Dim value As Long
value = instance.RowLimit
instance.RowLimit = value
[ObsoleteAttribute("Use the Lists web service instead.")]
public long RowLimit { get; set; }
Property Value
Type: System.Int64
A 64-bit integer that specifies the row limit.