SearchServiceApplication.ResetAndEnableAlerts - Propriété
Remarque : cette API est désormais obsolète.
Obtient ou définit un indicateur qui indique s'il faut réinitialiser et activer les alertes lorsque le cours SearchServiceApplication est réinitialisé.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<ObsoleteAttribute("This method is obsolete and should not be used anywhere.", _
True)> _
Public Property ResetAndEnableAlerts As Boolean
Get
Set
'Utilisation
Dim instance As SearchServiceApplication
Dim value As Boolean
value = instance.ResetAndEnableAlerts
instance.ResetAndEnableAlerts = value
[ObsoleteAttribute("This method is obsolete and should not be used anywhere.",
true)]
public bool ResetAndEnableAlerts { get; set; }
Valeur de propriété
Type : System.Boolean
true pour réinitialiser et activer les alertes pour le cours SearchServiceApplication; dans le cas contraire, false.
Voir aussi
Référence
SearchServiceApplication classe
SearchServiceApplication - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms