CamlQuery.ListItemCollectionPosition property
Gets or sets a value that specifies the information required to get the next page of data for the list view.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property ListItemCollectionPosition As ListItemCollectionPosition
Get
Set
'Usage
Dim instance As CamlQuery
Dim value As ListItemCollectionPosition
value = instance.ListItemCollectionPosition
instance.ListItemCollectionPosition = value
public ListItemCollectionPosition ListItemCollectionPosition { get; set; }
Property value
Type: Microsoft.SharePoint.Client.ListItemCollectionPosition
Returns a ListItemCollectionPosition instance representing the information required to get the next page of data for the list view.