FractionalPageViewType.Numerator Property

Definition

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.

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

Property Value

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.

Applies to