Compartilhar via


KeywordQueryProperties.RefinementFilters property

Obtém ou define o conjunto de filtros de refinamento usado ao emitir uma consulta de refinamento.

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

Syntax

'Declaração
<DataMemberAttribute> _
Public Property RefinementFilters As StringCollection
    Get
    Set
'Uso
Dim instance As KeywordQueryProperties
Dim value As StringCollection

value = instance.RefinementFilters

instance.RefinementFilters = value
[DataMemberAttribute]
public StringCollection RefinementFilters { get; set; }

Property value

Type: System.Collections.Specialized.StringCollection
Uma coleção de filtros de refinamento (aprofundar).

Ver também

Referência

KeywordQueryProperties class

KeywordQueryProperties members

Microsoft.Office.Server.Search.Query namespace