NextPageOffset property

int? NextPageOffset
Gets the offset that should be used with ItemView to retrieve the next page of items in a FindItems operation.

Implementation

int? get NextPageOffset => this.nextPageOffset;
void NextPageOffset=(int? value)

Implementation

set NextPageOffset(int? value) => this.nextPageOffset = value;