BestBetCollection.Item property

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

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    url As Uri _
) As BestBet
    Get
'Usage
Dim instance As BestBetCollection
Dim url As Uri
Dim value As BestBet

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

Parameters

  • url
    Type: System.Uri

    A System.Uri object representing the URL.

Property value

Type: Microsoft.Office.Server.Search.Administration.BestBet
A BestBet object representing the specified best bet.

See also

Reference

BestBetCollection class

BestBetCollection members

Microsoft.Office.Server.Search.Administration namespace