SearchServiceApplication.AlertNotificationQuota property
Obtém ou define a cota de alertas para o atual SearchServiceApplication.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property AlertNotificationQuota As Integer
Get
Set
'Uso
Dim instance As SearchServiceApplication
Dim value As Integer
value = instance.AlertNotificationQuota
instance.AlertNotificationQuota = value
public int AlertNotificationQuota { get; set; }
Property value
Type: System.Int32
A cota de alertas. O valor padrão é 10.
Ver também
Referência
SearchServiceApplication class