CamlQuery.AllowIncrementalResults property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property AllowIncrementalResults As Boolean
Get
Set
'Usage
Dim instance As CamlQuery
Dim value As Boolean
value = instance.AllowIncrementalResults
instance.AllowIncrementalResults = value
public bool AllowIncrementalResults { get; set; }
Property value
Type: System.Boolean