DataProviderScriptWebPart.RankRules property

Gets or sets a set of rank rules that are applied to all queries issued by this Data Provider.

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

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property RankRules As List(Of RankRule)
    Get
    Set
'Usage
Dim instance As DataProviderScriptWebPart
Dim value As List(Of RankRule)

value = instance.RankRules

instance.RankRules = value
[WebBrowsableAttribute(true)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public List<RankRule> RankRules { get; set; }

Property value

Type: System.Collections.Generic.List<RankRule>

See also

Reference

DataProviderScriptWebPart class

DataProviderScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace