Share via


FindFolderParentType.AbsoluteDenominator Property

The AbsoluteDenominator property gets the next denominator to use for the next request when doing fractional paging.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property AbsoluteDenominator As Integer
    Get
    Set
'Usage
Dim instance As FindFolderParentType
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 doing fractional paging.

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.