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