SiteDataResults.Partial Property
Gets or sets whether the results are partial.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property Partial As Boolean
Get
Set
'Usage
Dim instance As SiteDataResults
Dim value As Boolean
value = instance.Partial
instance.Partial = value
public bool Partial { get; set; }
Property Value
Type: System.Boolean
Returns Boolean.
Remarks
Partial results occur when list is too large and a query is throttled, returning only the most recent results, which may not be the entire result set.