GroupedFindItemsResults<TItem>.NextPageOffset Property

Definition

Gets the offset that should be used with an ItemView object to retrieve the next page of items in a FindItems 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 value that is the offset to the next page of items.

Applies to