ResultTableCollection.QueryErrors 屬性
命名空間: Microsoft.SharePoint.Client.Search.Query
組件: Microsoft.SharePoint.Client.Search (在 Microsoft.SharePoint.Client.Search.dll 中)
語法
'宣告
Public ReadOnly Property QueryErrors As IDictionary(Of String, ControlMessage)
Get
'用途
Dim instance As ResultTableCollection
Dim value As IDictionary(Of String, ControlMessage)
value = instance.QueryErrors
public IDictionary<string, ControlMessage> QueryErrors { get; }
屬性值
類型:System.Collections.Generic.IDictionary<String, ControlMessage>