Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the number of search results including duplicate results returned in the result table.
Namespace: Microsoft.SharePoint.Client.Search.Query
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)
Syntax
'Declaration
Public ReadOnly Property TotalRowsIncludingDuplicates As Integer
Get
'Usage
Dim instance As ResultTable
Dim value As Integer
value = instance.TotalRowsIncludingDuplicates
public int TotalRowsIncludingDuplicates { get; }
Property value
Type: System.Int32
The number of search results.