IndexedPageViewType.Offset Property

Definition

The Offset property gets or sets the offset from the BasePoint property. This property is required.

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.

Applies to