SearchServiceApplication.ResetAndEnableAlerts property

NOTE: This API is now obsolete.

Gets or sets a flag that indicates whether to reset and enable alerts when the current SearchServiceApplication is reset.

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

Syntax

'Declaration
<ObsoleteAttribute("This method is obsolete and should not be used anywhere.",  _
    True)> _
Public Property ResetAndEnableAlerts As Boolean
    Get
    Set
'Usage
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 to reset and enable alerts for the current SearchServiceApplication; otherwise, false.

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace