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

See also

Reference

ResultTable class

ResultTable members

Microsoft.SharePoint.Client.Search.Query namespace