FindItemsResults<TItem>.NextPageOffset Property

Definition

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.

Applies to