ResultTableCollection.QueryErrors - Propriété
Espace de noms : Microsoft.SharePoint.Client.Search.Query
Assembly : Microsoft.SharePoint.Client.Search (dans Microsoft.SharePoint.Client.Search.dll)
Syntaxe
'Déclaration
Public ReadOnly Property QueryErrors As IDictionary(Of String, ControlMessage)
Get
'Utilisation
Dim instance As ResultTableCollection
Dim value As IDictionary(Of String, ControlMessage)
value = instance.QueryErrors
public IDictionary<string, ControlMessage> QueryErrors { get; }
Valeur de propriété
Type : System.Collections.Generic.IDictionary<String, ControlMessage>