SearchServiceApplication.GetSearchAlertNotificationFormat method
Obtém o formato de notificação do sistema de alerta de Search .
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetSearchAlertNotificationFormat As String
'Uso
Dim instance As SearchServiceApplication
Dim returnValue As String
returnValue = instance.GetSearchAlertNotificationFormat()
public string GetSearchAlertNotificationFormat()
Valor retornado
Type: System.String
O formato de notificação do sistema de alerta de Search .
Implements
ISearchSiteAdministrationServiceApplication.GetSearchAlertNotificationFormat()
Comentários
Este método é usado para recuperar o formato de notificação do sistema de alerta de Search para o SearchServiceApplication.
Ver também
Referência
SearchServiceApplication class