IndexedPageViewType.Offset 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.
public:
property int Offset { int get(); void set(int value); };
public int Offset { get; set; }
Public Property Offset As Integer
Property Value
The Offset property returns an integer that represents the offset from the base point.
Remarks
If the BasePoint property is equal to Beginning, the offset is positive. If the BasePoint property is equal to End, the offset is handled as if it were negative. This identifies which item will be the first item that is delivered in the response.