Ranking.RankingParameters property

NOTE: This API is now obsolete.

Gets the collection of ranking parameters for the Search service application.

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

Syntax

'Declaration
<ObsoleteAttribute> _
Public ReadOnly Property RankingParameters As RankParamCollection
    Get
'Usage
Dim instance As Ranking
Dim value As RankParamCollection

value = instance.RankingParameters
[ObsoleteAttribute]
public RankParamCollection RankingParameters { get; }

Property value

Type: Microsoft.Office.Server.Search.Administration.RankParamCollection
A RankParamCollection object representing the collection of ranking parameters.

See also

Reference

Ranking class

Ranking members

Microsoft.Office.Server.Search.Administration namespace