ResultTable.TotalRowsIncludingDuplicates property

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.

See also

Reference

ResultTable class

ResultTable members

Microsoft.SharePoint.Client.Search.Query namespace