FindItemParentType.AbsoluteDenominator Property

Definition

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

public:
 property int AbsoluteDenominator { int get(); void set(int value); };
public int AbsoluteDenominator { get; set; }
Public Property AbsoluteDenominator As Integer

Property Value

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.

Applies to