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
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property ListItemCollectionPosition As ListItemCollectionPosition
    Get
    Set
'Usage
Dim instance As CamlQuery
Dim value As ListItemCollectionPosition

value = instance.ListItemCollectionPosition

instance.ListItemCollectionPosition = value
[RemoteAttribute]
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.

See Also

Reference

CamlQuery Class

CamlQuery Members

Microsoft.SharePoint.Client Namespace