SearchServiceApplication.AlertNotificationQuota property

Gets or sets the quota of the alerts for the current SearchServiceApplication.

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

Syntax

'Declaration
Public Property AlertNotificationQuota As Integer
    Get
    Set
'Usage
Dim instance As SearchServiceApplication
Dim value As Integer

value = instance.AlertNotificationQuota

instance.AlertNotificationQuota = value
public int AlertNotificationQuota { get; set; }

Property value

Type: System.Int32
The quota of the alerts. The default value is 10.

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace