Share via


DspQuery.RowLimit property

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

Namespace:  WebSvcDspSts
Assembly:  STSSOAP (in STSSOAP.dll)

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.

See also

Reference

DspQuery class

DspQuery members

WebSvcDspSts namespace