BestBetCollection.Item - Propriété (Guid)
Obtient un meilleur résultat par son Id.
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 ( _
id As Guid _
) As BestBet
Get
'Utilisation
Dim instance As BestBetCollection
Dim id As Guid
Dim value As BestBet
value = instance(id)
public BestBet this[
Guid id
] { get; }
Paramètres
- id
Type : System.Guid
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. |