Compartilhar via


KeywordQueryProperties.MaxShallowRefinementHits property

Obtém ou define o número de resultados a ser usado para calcular os resultados de refinamento superficial.

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

Syntax

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

value = instance.MaxShallowRefinementHits

instance.MaxShallowRefinementHits = value
[DataMemberAttribute]
public int MaxShallowRefinementHits { get; set; }

Property value

Type: System.Int32
O número de resultados a ser usado.

Ver também

Referência

KeywordQueryProperties class

KeywordQueryProperties members

Microsoft.Office.Server.Search.Query namespace