BasePagingType 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.
The BasePagingType class is the base class for derived classes that represent paged views.
public ref class BasePagingType abstract
public abstract class BasePagingType
Public MustInherit Class BasePagingType
- Inheritance
-
BasePagingType
- Derived
Remarks
The following classes derive from the BasePagingType class:
Constructors
BasePagingType() |
The BasePagingType class is abstract and cannot be instantiated. |
Properties
MaxEntriesReturned |
The MaxEntriesReturned property gets or sets the maximum number of results to return in a FindItem response. |
MaxEntriesReturnedSpecified |
The MaxEntriesReturnedSpecified property gets or sets a Boolean value that specifies whether the MaxEntriesReturned property is serialized into the SOAP request. |