AlertManagerInfo.SearchAlertsEnabled property
Gets or sets a value that indicates whether the Search alert notifications are enabled for the Search service application.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property SearchAlertsEnabled As Boolean
Get
Set
'Usage
Dim instance As AlertManagerInfo
Dim value As Boolean
value = instance.SearchAlertsEnabled
instance.SearchAlertsEnabled = value
[DataMemberAttribute]
public bool SearchAlertsEnabled { get; set; }
Property value
Type: System.Boolean
true if the Search alert notifications are enabled; otherwise, false.