ResultTable.ResultRows property
The list of query results.
Namespace: Microsoft.SharePoint.Client.Search.Query
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)
Syntax
'Declaration
Public ReadOnly Property ResultRows As IEnumerable(Of IDictionary(Of String, Object))
Get
'Usage
Dim instance As ResultTable
Dim value As IEnumerable(Of IDictionary(Of String, Object))
value = instance.ResultRows
public IEnumerable<IDictionary<string, Object>> ResultRows { get; }
Property value
Type: System.Collections.Generic.IEnumerable<IDictionary<String, Object>>