BestBetCollection.Item 属性 (Microsoft.Office.Server.Search.Administration)

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

命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)

语法

声明
Public ReadOnly Default Property Item ( _
    url As Uri _
) As BestBet
用法
Dim instance As BestBetCollection
Dim url As Uri
Dim value As BestBet

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

参数

  • url
    A System.Uri object representing the URL.

属性值

A BestBet object representing the specified best bet.

另请参阅

参考

BestBetCollection 类
BestBetCollection 成员
Microsoft.Office.Server.Search.Administration 命名空间