ResultTable.RowCount Property

Gets the number of query results contained in the ResultTable object.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
Public Property RowCount As Integer
    Get
    Friend Set
'Usage
Dim instance As ResultTable
Dim value As Integer

value = instance.RowCount
public int RowCount { get; internal set; }

Property Value

Type: System.Int32
The number of query results contained in the ResultTable object.

See Also

Reference

ResultTable Class

ResultTable Members

Microsoft.SharePoint.Search.Query Namespace