PagedView Class
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.
Represents a view setting that supports paging in a search operation.
public ref class PagedView abstract : Microsoft::Exchange::WebServices::Data::ViewBase
public abstract class PagedView : Microsoft.Exchange.WebServices.Data.ViewBase
Public MustInherit Class PagedView
Inherits ViewBase
- Inheritance
- Derived
Properties
Offset |
Gets or sets the offset. |
OffsetBasePoint |
Gets or sets the base point of the offset. |
PageSize |
Gets or sets the maximum number of items or folders that the search operation should return. |
PropertySet |
Gets or sets the property set. This property determines which properties will be loaded on found items. If this property is a null reference (Nothing in Visual Basic), all first-class properties are loaded on found items. (Inherited from ViewBase) |