IndexedPageViewType.BasePoint Property

Definition

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.

public:
 property ExchangeWebServices::IndexBasePointType BasePoint { ExchangeWebServices::IndexBasePointType get(); void set(ExchangeWebServices::IndexBasePointType value); };
public ExchangeWebServices.IndexBasePointType BasePoint { get; set; }
Public Property BasePoint As IndexBasePointType

Property Value

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.

Applies to