BasePagingType Class

Definition

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.

Applies to