Partager via


IndexedPageViewType.BasePoint Property

The BasePoint property gets or sets a value that specifies whether the page of items will start at the beginning or the end of the set of items that are found by using the search criteria. This property is required.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property BasePoint As IndexBasePointType
    Get
    Set
'Usage
Dim instance As IndexedPageViewType
Dim value As IndexBasePointType

value = instance.BasePoint

instance.BasePoint = value
public IndexBasePointType BasePoint { get; set; }

Property Value

Type: ExchangeWebServices.IndexBasePointType
The BasePoint property returns an IndexBasePointType enumeration value that specifies whether the page of items will start at the beginning or the end of the result set.