SearchServiceApplication.AlertsEnabled property

Gets or sets a value that indicates whether alerts are enabled in the current SearchServiceApplication.

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

Syntax

'Declaration
Public Property AlertsEnabled As Boolean
    Get
    Set
'Usage
Dim instance As SearchServiceApplication
Dim value As Boolean

value = instance.AlertsEnabled

instance.AlertsEnabled = value
public bool AlertsEnabled { get; set; }

Property value

Type: System.Boolean
true if alerts are enabled; otherwise, false.

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace