QueryLogPageImpression.Results property
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public ReadOnly Property Results As List(Of QueryLogPageImpressionResult)
Get
'Uso
Dim instance As QueryLogPageImpression
Dim value As List(Of QueryLogPageImpressionResult)
value = instance.Results
public List<QueryLogPageImpressionResult> Results { get; }
Property value
Type: System.Collections.Generic.List<QueryLogPageImpressionResult>