ResultTable.TotalRows property
Namespace: Microsoft.SharePoint.Client.Search.Query
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)
Syntax
'Declaration
Public ReadOnly Property TotalRows As Integer
Get
'Usage
Dim instance As ResultTable
Dim value As Integer
value = instance.TotalRows
public int TotalRows { get; }
Property value
Type: System.Int32