Compartilhar via


SearchServiceApplication.ResetAndEnableAlerts property

NOTE: This API is now obsolete.

Obtém ou define um sinalizador que indica se deve ser redefinida e ativar alertas quando o atual SearchServiceApplication é redefinido.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
<ObsoleteAttribute("This method is obsolete and should not be used anywhere.",  _
    True)> _
Public Property ResetAndEnableAlerts As Boolean
    Get
    Set
'Uso
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; }

Property value

Type: System.Boolean
true para redefinir e ativar alertas para o atual SearchServiceApplication; Caso contrário, false.

Ver também

Referência

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace