RankParamCollection.Item Property (String)
Gets the specified ranking parameter from the collection of ranking parameters.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
paramName As String _
) As RankingParameter
Get
'Usage
Dim instance As RankParamCollection
Dim paramName As String
Dim value As RankingParameter
value = instance(paramName)
public RankingParameter this[
string paramName
] { get; }
Parameters
- paramName
Type: System.String
A string that specifies the ranking parameter name.
Property Value
Type: Microsoft.Office.Server.Search.Administration.RankingParameter
A RankingParameter object.