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

SearchServiceApplication Members

Microsoft.Office.Server.Search.Administration Namespace