FractionalPageViewType Members

Include Protected Members
Include Inherited Members

The FractionalPageViewType class describes where a paged view starts and the maximum number of items that are returned in a FindItem or FindFolder response.

The FractionalPageViewType type exposes the following members.

Constructors

  Name Description
Public method FractionalPageViewType The FractionalPageViewType constructor initializes a new instance of the FractionalPageViewType class.

Top

Properties

  Name Description
Public property Denominator The Denominator property gets or sets the denominator of the fractional offset from the start of the total number of items in the result set.
Public property MaxEntriesReturned The MaxEntriesReturned property gets or sets the maximum number of results to return in a FindItem response. (Inherited from BasePagingType.)
Public property MaxEntriesReturnedSpecified The MaxEntriesReturnedSpecified property gets or sets a Boolean value that specifies whether the MaxEntriesReturned property is serialized into the SOAP request. (Inherited from BasePagingType.)
Public property Numerator The Numerator property gets or sets the numerator of the fractional offset from the start of the total number of items in the result set.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top