Partilhar via


FindItemParentType.IncludesLastItemInRange Property

The IncludesLastItemInRange property gets a value that indicates whether the current results contain the last item in the query, such that further paging is not needed.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property IncludesLastItemInRange As Boolean
    Get
    Set
'Usage
Dim instance As FindItemParentType
Dim value As Boolean

value = instance.IncludesLastItemInRange

instance.IncludesLastItemInRange = value
public bool IncludesLastItemInRange { get; set; }

Property Value

Type: System.Boolean
The IncludesLastItemInRange property returns true if current results contain the last item in the query; otherwise, the property returns false.