FractionalPageViewType.Numerator Property
The Numerator property gets or sets the numerator of the fractional offset from the start of the total number of items in the result set.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Numerator As Integer
Get
Set
'Usage
Dim instance As FractionalPageViewType
Dim value As Integer
value = instance.Numerator
instance.Numerator = value
public int Numerator { get; set; }
Property Value
Type: System.Int32
The Numerator property returns the numerator of the fractional offset.
Remarks
The Numerator must be greater than or equal to zero. The Numerator must be less than or equal to the Denominator.
See Also