ArrayOfDLExpansionType.NumeratorOffset Property
The NumeratorOffset property gets the new numerator value to use for the next request when you are using fraction page views.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property NumeratorOffset As Integer
Get
Set
'Usage
Dim instance As ArrayOfDLExpansionType
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 that represents the new numerator value to use for the next request when you are using fraction page views.
See Also