Compartilhar via


KeywordQuery.ReorderingRules property

Obtém ou define uma coleção de reordenação de regras (ReorderingRuleCollection).

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

Syntax

'Declaração
Public Property ReorderingRules As ReorderingRuleCollection
    Get
    Set
'Uso
Dim instance As KeywordQuery
Dim value As ReorderingRuleCollection

value = instance.ReorderingRules

instance.ReorderingRules = value
public ReorderingRuleCollection ReorderingRules { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Query.ReorderingRuleCollection

Ver também

Referência

KeywordQuery class

KeywordQuery members

Microsoft.Office.Server.Search.Query namespace