Compartilhar via


QueryLogPageImpressionResult.ResultTypes property

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

Syntax

'Declaração
Public ReadOnly Property ResultTypes As List(Of Integer)
    Get
'Uso
Dim instance As QueryLogPageImpressionResult
Dim value As List(Of Integer)

value = instance.ResultTypes
public List<int> ResultTypes { get; }

Property value

Type: System.Collections.Generic.List<Int32>

Ver também

Referência

QueryLogPageImpressionResult class

QueryLogPageImpressionResult members

Microsoft.Office.Server.Search.Query namespace