CamlQuery.ListItemCollectionPosition 属性
Gets or sets a value that specifies the information required to get the next page of data for the list view.
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public Property ListItemCollectionPosition As ListItemCollectionPosition
Get
Set
用法
Dim instance As CamlQuery
Dim value As ListItemCollectionPosition
value = instance.ListItemCollectionPosition
instance.ListItemCollectionPosition = value
public ListItemCollectionPosition ListItemCollectionPosition { get; set; }
属性值
类型:Microsoft.SharePoint.Client.ListItemCollectionPosition
Returns a ListItemCollectionPosition instance representing the information required to get the next page of data for the list view.