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.