ResultTable.ResultRows property

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property ResultRows As DataRowCollection
    Get
'Usage
Dim instance As ResultTable
Dim value As DataRowCollection

value = instance.ResultRows
public DataRowCollection ResultRows { get; }

Property value

Type: System.Data.DataRowCollection

See also

Reference

ResultTable class

ResultTable members

Microsoft.Office.Server.Search.Query namespace