FindItemParentType.NumeratorOffset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The NumeratorOffset property represents the new numerator value to use for the next request when using fractional page views.
public:
property int NumeratorOffset { int get(); void set(int value); };
public int NumeratorOffset { get; set; }
Public Property NumeratorOffset As Integer
Property Value
The NumeratorOffset property returns an integer that represents the new numerator value to use for the next request when using fractional page views.
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.