Share via


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

Gets the specified best bet from the collection based on the specified URL.

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 ( _
    url As Uri _
) As BestBet
'Utilisation
Dim instance As BestBetCollection
Dim url As Uri
Dim value As BestBet

value = instance(url)
public BestBet this [
    Uri url
] { get; }

Paramètres

  • url
    A System.Uri object representing the URL.

Valeur de la propriété

A BestBet object representing the specified best bet.

Voir aussi

Référence

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