ResultTableCollection.QueryErrors property
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property QueryErrors As Dictionary(Of String, Exception)
Get
Friend Set
'Uso
Dim instance As ResultTableCollection
Dim value As Dictionary(Of String, Exception)
value = instance.QueryErrors
public Dictionary<string, Exception> QueryErrors { get; internal set; }
Property value
Type: System.Collections.Generic.Dictionary<String, Exception>