ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core.Portal Namespace / PortalQueryResultSet<T> Class / NextQueryParameters Property

In This Topic
    NextQueryParameters Property
    In This Topic
    Gets the query params for the next set of results based on the next start index. This is automatically generated if there are more results left to be retrieved. This will be null if there are no more results for the next page.
    Syntax
    Public ReadOnly Property NextQueryParameters As PortalQueryParameters
    public PortalQueryParameters NextQueryParameters {get;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also