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