ArrayOfResolutionType.NumeratorOffset Property
The NumeratorOffset property gets or sets an integer value that specifies the index of the next item to fetch when using fractional paging.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property NumeratorOffset As Integer
Get
Set
'Usage
Dim instance As ArrayOfResolutionType
Dim value As Integer
value = instance.NumeratorOffset
instance.NumeratorOffset = value
public int NumeratorOffset { get; set; }
Property Value
Type: System.Int32
The NumeratorOffset property returns an integer value that specifies the index of the next item to fetch when using fractional paging.