ResultTable.ResultRows 屬性
查詢結果的清單。
命名空間: 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>>