SearchServiceApplicationProxy.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 SearchServiceApplicationProxy
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()
Exceptions
Exception | Condition |
---|---|
Exception | An error occurred during application execution. |
Remarks
This method is used to retrieve the notification format of the Search alert system for the SearchServiceApplicationProxy.
See Also
Reference
SearchServiceApplicationProxy Class