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
<XmlAttributeAttribute> _
Public Property BasePoint As IndexBasePointType
[XmlAttributeAttribute]
public IndexBasePointType BasePoint { get; set; }
[XmlAttributeAttribute]
public:
property IndexBasePointType BasePoint {
IndexBasePointType get ();
void set (IndexBasePointType value);
}
/** @property */
public IndexBasePointType get_BasePoint ()
/** @property */
public void set_BasePoint (IndexBasePointType value)
public function get BasePoint () : IndexBasePointType
public function set BasePoint (value : 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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also
Reference
IndexedPageViewType Class
IndexedPageViewType Members
ExchangeWebServices Namespace