BestBetCollection.Item - Propriété (Uri)
Obtient un meilleur résultat par son Url.
Espace de noms : Microsoft.Office.Server.Search.Query.Rules
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
url As Uri _
) As BestBet
Get
'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
Type : System.Uri
Valeur de propriété
Type : Microsoft.Office.Server.Search.Query.Rules.BestBet
Exceptions
Exception | Condition |
---|---|
ArgumentException | Levée lorsque le meilleur n'existe pas dans la collection. |