ResultTableCollection.QueryErrors property

Namespace:  Microsoft.SharePoint.Client.Search.Query
Assembly:  Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)

Syntax

'Declaration
Public ReadOnly Property QueryErrors As IDictionary(Of String, ControlMessage)
    Get
'Usage
Dim instance As ResultTableCollection
Dim value As IDictionary(Of String, ControlMessage)

value = instance.QueryErrors
public IDictionary<string, ControlMessage> QueryErrors { get; }

Property value

Type: System.Collections.Generic.IDictionary<String, ControlMessage>

See also

Reference

ResultTableCollection class

ResultTableCollection members

Microsoft.SharePoint.Client.Search.Query namespace