ExpandDLResponseMessageType.IncludesLastItemInRange Property
The IncludesLastItemInRange property gets or sets a value that indicates whether additional paging is needed.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IncludesLastItemInRange As Boolean
Get
Set
'Usage
Dim instance As ExpandDLResponseMessageType
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 the current results contain the last item in the query; otherwise, the property returns false.
See Also