ResultTable.TotalRows Property
Gets the number of search results returned in the result table.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
Public Property TotalRows As Integer
Get
Friend Set
'Usage
Dim instance As ResultTable
Dim value As Integer
value = instance.TotalRows
public int TotalRows { get; internal set; }
Property Value
Type: System.Int32
A 32-bit integer specifying the number of search results.