Share via


AlertManagerInfo.SearchAlertNotificationQuota property

Gets or sets the maximum number of Search alert notifications that are generated.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property SearchAlertNotificationQuota As Integer
    Get
    Set
'Usage
Dim instance As AlertManagerInfo
Dim value As Integer

value = instance.SearchAlertNotificationQuota

instance.SearchAlertNotificationQuota = value
[DataMemberAttribute]
public int SearchAlertNotificationQuota { get; set; }

Property value

Type: System.Int32
The maximum of the Search alert notifications generated.

See also

Reference

AlertManagerInfo class

AlertManagerInfo members

Microsoft.Office.Server.Search.Query namespace