DspQuery.RowLimit Property
Gets or sets a limit for the number of rows returned in the query.
Namespace: [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx
Syntax
'Declaration
Public Property RowLimit As Long
Get
Set
'Usage
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.