ArrayOfDLExpansionType.AbsoluteDenominator Property
The AbsoluteDenominator property gets the next denominator to use for the next request when you are using fractional page views.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property AbsoluteDenominator As Integer
Get
Set
'Usage
Dim instance As ArrayOfDLExpansionType
Dim value As Integer
value = instance.AbsoluteDenominator
instance.AbsoluteDenominator = value
public int AbsoluteDenominator { get; set; }
Property Value
Type: System.Int32
The AbsoluteDenominator property returns an integer that represents the next denominator to use for the next request when you are using fractional page views.
See Also