SearchServiceApplication.GetSearchAlertNotificationFormat method
Gets the notification format of the Search alert system.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetSearchAlertNotificationFormat As String
'Usage
Dim instance As SearchServiceApplication
Dim returnValue As String
returnValue = instance.GetSearchAlertNotificationFormat()
public string GetSearchAlertNotificationFormat()
Return value
Type: System.String
The notification format of the Search alert system.
Implements
ISearchSiteAdministrationServiceApplication.GetSearchAlertNotificationFormat()
Remarks
This method is used to retrieve the notification format of the Search alert system for the SearchServiceApplication.
See also
Reference
SearchServiceApplication class