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.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property TotalRowsIncludingDuplicates As Integer
Get
Set
'Usage
Dim instance As ResultTable
Dim value As Integer
value = instance.TotalRowsIncludingDuplicates
instance.TotalRowsIncludingDuplicates = value
[DataMemberAttribute]
public int TotalRowsIncludingDuplicates { get; set; }
Property value
Type: System.Int32
The number of search results.