Compartilhar via


BestBetCollection.Item property

Obtém a melhor opção especificada da coleção com base na URL especificada.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public ReadOnly Default Property Item ( _
    url As Uri _
) As BestBet
    Get
'Uso
Dim instance As BestBetCollection
Dim url As Uri
Dim value As BestBet

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

Parâmetros

  • url
    Type: System.Uri

    Um objeto System.Uri que representa o URL.

Property value

Type: Microsoft.Office.Server.Search.Administration.BestBet
Um objeto BestBet que representa a melhor opção especificada.

Ver também

Referência

BestBetCollection class

BestBetCollection members

Microsoft.Office.Server.Search.Administration namespace