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