ResultTable.RowCount property

Gets the number of search 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 RowCount As Integer
    Get
    Set
'Usage
Dim instance As ResultTable
Dim value As Integer

value = instance.RowCount

instance.RowCount = value
[DataMemberAttribute]
public int RowCount { get; set; }

Property value

Type: System.Int32
The number of search results.

See also

Reference

ResultTable class

ResultTable members

Microsoft.Office.Server.Search.Query namespace