StoreProductPagedQueryResult.HasMoreResults Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.