ResultTable.RowCount property
Gets the number of search 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 RowCount As Integer
Get
'Usage
Dim instance As ResultTable
Dim value As Integer
value = instance.RowCount
public int RowCount { get; }
Property value
Type: System.Int32
The number of search results.