Gets the Search object describing relevance ranking to be included when this data source makes a navigation query.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[BrowsableAttribute(false)]
public Search RelevanceRanking { get; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public ReadOnly Property RelevanceRanking As Search
Visual C++
[BrowsableAttribute(false)]
public:
property Search^ RelevanceRanking {
	Search^ get ();
}

See Also