ResultTable.ResultRows property
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public ReadOnly Property ResultRows As DataRowCollection
Get
'Usage
Dim instance As ResultTable
Dim value As DataRowCollection
value = instance.ResultRows
[ObsoleteAttribute("This class is obsolete.")]
public DataRowCollection ResultRows { get; }
Property value
Type: System.Data.DataRowCollection