StoreProductPagedQueryResult.HasMoreResults Property

Definition

Gets a value that indicates whether there are additional pages of results. To get the next page of results, use the GetNextAsync method.

public:
 property bool HasMoreResults { bool get(); };
bool HasMoreResults();
public bool HasMoreResults { get; }
var boolean = storeProductPagedQueryResult.hasMoreResults;
Public ReadOnly Property HasMoreResults As Boolean

Property Value

Boolean

bool

True if there are additional pages of results; otherwise, false.

Applies to