ArrayOfDLExpansionType.IndexedPagingOffset Property
The IndexedPagingOffset property identifies the next index that should be used for the next request when you are using an indexed page view.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IndexedPagingOffset As Integer
Get
Set
'Usage
Dim instance As ArrayOfDLExpansionType
Dim value As Integer
value = instance.IndexedPagingOffset
instance.IndexedPagingOffset = value
public int IndexedPagingOffset { get; set; }
Property Value
Type: System.Int32
The IndexedPagingOffset property returns an integer that identifies the next index that should be used for the next request when you are using an indexed page view.
See Also