RankParamCollection.Item, propriété (Int32) (Microsoft.Office.Server.Search.Administration)
Gets the ranking parameter at the specified index in the collection.
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 ( _
index As Integer _
) As RankingParameter
'Utilisation
Dim instance As RankParamCollection
Dim index As Integer
Dim value As RankingParameter
value = instance(index)
public RankingParameter this [
int index
] { get; }
Paramètres
- index
A 32-bit integer that specifies the position in the index.
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