Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.