SearchServiceApplication.AlertNotificationFormat property
Obtém ou define o formato de email de alerta.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property AlertNotificationFormat As String
Get
Set
'Uso
Dim instance As SearchServiceApplication
Dim value As String
value = instance.AlertNotificationFormat
instance.AlertNotificationFormat = value
public string AlertNotificationFormat { get; set; }
Property value
Type: System.String
O formato de email de alerta.
Ver também
Referência
SearchServiceApplication class