NextPageOffset property

int? get 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;
set NextPageOffset (int? value)

Implementation

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