查询结果的列表。
命名空间: Microsoft.SharePoint.Client.Search.Query
程序集: Microsoft.SharePoint.Client.Search(位于 Microsoft.SharePoint.Client.Search.dll 中)
语法
声明
Public ReadOnly Property ResultRows As IEnumerable(Of IDictionary(Of String, Object))
Get
用法
Dim instance As ResultTable
Dim value As IEnumerable(Of IDictionary(Of String, Object))
value = instance.ResultRows
public IEnumerable<IDictionary<string, Object>> ResultRows { get; }
属性值
类型:System.Collections.Generic.IEnumerable<IDictionary<String, Object>>