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;