FindItemsResults<TItem>.NextPageOffset 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 the offset that should be used with an ItemView object to retrieve the next page of items in an ItemView operation.
public:
property Nullable<int> NextPageOffset { Nullable<int> get(); };
public Nullable<int> NextPageOffset { get; }
Public ReadOnly Property NextPageOffset As Nullable(Of Integer)
Property Value
A nullable integer value that is the offset to the next page of items.