QueryLogPageImpression.Results property

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property Results As List(Of QueryLogPageImpressionResult)
    Get
'Usage
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>

See also

Reference

QueryLogPageImpression class

QueryLogPageImpression members

Microsoft.Office.Server.Search.Query namespace