KeywordQuery.RefinementFilters property
Obtém ou define o conjunto de filtros de refinamento usados.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property RefinementFilters As StringCollection
Get
Set
'Uso
Dim instance As KeywordQuery
Dim value As StringCollection
value = instance.RefinementFilters
instance.RefinementFilters = value
public StringCollection RefinementFilters { get; set; }
Property value
Type: System.Collections.Specialized.StringCollection
Uma seqüência de caracteres que contém um conjunto de tokens de refinamento (aprofundar) separados por espaço. Tokens de refinamento são retornados como parte da tabela RefinementResults para a consulta anterior.