KeywordQuery.ReorderingRules property
Gets or sets the collection of reordering rules (ReorderingRuleCollection).
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property ReorderingRules As ReorderingRuleCollection
Get
Set
'Usage
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