Ranking.RankingParameters Property
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
Public ReadOnly Property RankingParameters As RankParamCollection
Get
'Usage
Dim instance As Ranking
Dim value As RankParamCollection
value = instance.RankingParameters
public RankParamCollection RankingParameters { get; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.RankParamCollection
A RankParamCollection object representing the collection of ranking parameters.