Partager via


RankParamCollection.Item, propriété (String) (Microsoft.Office.Server.Search.Administration)

Gets the specified ranking parameter from the collection of ranking parameters.

Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    paramName As String _
) As RankingParameter
'Utilisation
Dim instance As RankParamCollection
Dim paramName As String
Dim value As RankingParameter

value = instance(paramName)
public RankingParameter this [
    string paramName
] { get; }

Paramètres

  • paramName
    A string that specifies the ranking parameter name.

Valeur de la propriété

A RankingParameter object.

Voir aussi

Référence

RankParamCollection, classe
Membres RankParamCollection
Microsoft.Office.Server.Search.Administration, espace de noms