SearchServiceApplication.ResetAndEnableAlerts Property
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
Public Property ResetAndEnableAlerts As Boolean
Get
Set
'Usage
Dim instance As SearchServiceApplication
Dim value As Boolean
value = instance.ResetAndEnableAlerts
instance.ResetAndEnableAlerts = value
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