ArcGIS Pro 2.9 API Reference Guide
Limit Property

ArcGIS.Desktop.Core.Portal Namespace > PortalQueryParameters Class : Limit Property
Gets or sets the maximum number of results to be included in the result set response. The default value is 10 and the maximum allowed value is 100. The start index, along with the limit parameter can be used to paginate the search results. The actual number of returned results may be less than Limit. This happens when the number of results remaining after StartIndex is less than Limit.
Syntax
public int Limit {get; set;}
Public Property Limit As Integer
Remarks
Corresponds to the "num=" parameter of a portal REST query. When not specified, num is assumed to be 10
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

PortalQueryParameters Class
PortalQueryParameters Members