IndexedPageViewType.BasePoint 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 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.