Condividi tramite


IndexedPageViewType.BasePoint Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets a value that determines whether the page of items that is returned for a FindItem request will start from the beginning or the end of the set of items that are found using the search criteria.

Namespace:  Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007
Assembly:  Microsoft.ServiceModel.Channels.Mail.ExchangeWebService (in Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.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; }
public:
property IndexBasePointType BasePoint {
    IndexBasePointType get ();
    void set (IndexBasePointType value);
}
member BasePoint : IndexBasePointType with get, set

Property Value

Type: Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IndexBasePointType
An enumeration value that determines the starting point for the pages.

Remarks

Seeking from the end always searches backward.

Seeking from the end involves moving to the origin identified by the offset. Additionally, the pointer is moved back by the number of requested records. For example, if there are 100 records and the offset is 25 from the end, the search starts from 75. If 10 records are returned, the pointer is moved backward an additional 10 records to 65 and returns records 65 through 75. The next index is 64. The next offset from the end for a page is 100 minus 64, which equals 36. 36 is the value for the next offset from the end to get the next indexed page.

This property is required.

.NET Framework Security

Platforms

Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Compact Framework

Supported in: 3.5

See Also

Reference

IndexedPageViewType Class

IndexedPageViewType Members

Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007 Namespace