Property NextQueryParams
NextQueryParams
Gets a QueryParameters object for retrieving the next page of results.
Declaration
public QueryParameters? NextQueryParams { get; }
Property Value
| Type | Description |
|---|---|
| QueryParameters | A QueryParameters object for retrieving the next page of results. |
Remarks
To retrieve the next page of results, use this in a call to the QueryFeaturesAsync(CancellationToken)
method. If there are no more pages of results, this property will be null.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |