FractionalPageViewType.Denominator Property
The Denominator property gets or sets the denominator 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 Denominator As Integer
Get
Set
'Usage
Dim instance As FractionalPageViewType
Dim value As Integer
value = instance.Denominator
instance.Denominator = value
public int Denominator { get; set; }
Property Value
Type: System.Int32
The Denominator property returns the denominator of the fractional offset.
Remarks
The Denominator must be greater than zero.
See Also