Share via


ResultTable.TotalRows 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 TotalRows As Integer
    Get
    Friend Set
'Usage
Dim instance As ResultTable
Dim value As Integer

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

Property Value

Type: System.Int32
A 32-bit integer specifying the number of search results.

See Also

Reference

ResultTable Class

ResultTable Members

Microsoft.Office.Server.Search.Query Namespace