Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringA string that specifies the ranking parameter name.
Property Value
Type: Microsoft.Office.Server.Search.Administration.RankingParameter
A RankingParameter object.