ResultTable.ResultRows property
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public ReadOnly Property ResultRows As DataRowCollection
Get
'Uso
Dim instance As ResultTable
Dim value As DataRowCollection
value = instance.ResultRows
public DataRowCollection ResultRows { get; }
Property value
Type: System.Data.DataRowCollection