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.

See also

Reference

RankParamCollection class

RankParamCollection members

Item overload

Microsoft.Office.Server.Search.Administration namespace