ArrayOfResolutionType.IncludesLastItemInRange Property
The IncludesLastItemInRange property gets or sets a Boolean value that indicates whether all the items are in the range specified.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IncludesLastItemInRange As Boolean
Get
Set
'Usage
Dim instance As ArrayOfResolutionType
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 all the items in the result set are included in the range specified; otherwise, the property returns false.