Compartilhar via


KeywordQuery.SelectProperties property

Obtém uma lista de propriedades para retornar nos resultados da pesquisa.

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

Syntax

'Declaração
Public ReadOnly Property SelectProperties As StringCollection
    Get
'Uso
Dim instance As KeywordQuery
Dim value As StringCollection

value = instance.SelectProperties
public StringCollection SelectProperties { get; }

Property value

Type: System.Collections.Specialized.StringCollection
A lista de propriedades para retornar.

Ver também

Referência

KeywordQuery class

KeywordQuery members

Microsoft.Office.Server.Search.Query namespace