FindItemParentType.NumeratorOffset Property
The NumeratorOffset property represents the new numerator value to use for the next request when using fractional page views.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property NumeratorOffset As Integer
Get
Set
'Usage
Dim instance As FindItemParentType
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 using fractional page views.
Remarks
This property is read-only because it is only returned in a response. The property setter in the property signature is an artifact of the proxy generator.
See Also