AlertCollection.Item - Propriété
Obtient l'alerte de recherche spécifié à partir de la collection d'alertes pour les sites.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
alertID As Guid _
) As SearchAlert
Get
'Utilisation
Dim instance As AlertCollection
Dim alertID As Guid
Dim value As SearchAlert
value = instance(alertID)
public SearchAlert this[
Guid alertID
] { get; }
Paramètres
alertID
Type : System.GuidGUID qui identifie l'alerte de recherche.
Valeur de propriété
Type : Microsoft.Office.Server.Search.Query.SearchAlert
Un objet SearchAlert qui représente l'alerte.