Gets an offset of the next page for the indexed page view.
Valid when Indexed page view was used.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Property NextOffset As Nullable(Of Integer) Get Friend Set |
C# |
---|
public Nullable<int> NextOffset { get; internal set; } |