ISearchSiteAdministrationServiceApplication.GetSearchAlertNotificationFormat method
Retrieves 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
<OperationContractAttribute> _
Function GetSearchAlertNotificationFormat As String
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim returnValue As String
returnValue = instance.GetSearchAlertNotificationFormat()
[OperationContractAttribute]
string GetSearchAlertNotificationFormat()
Return value
Type: System.String
The notification format of the Search alert system.
Remarks
This method retrieves the notification format of the Search alert system for the ISearchSiteAdministrationServiceApplication.
See also
Reference
ISearchSiteAdministrationServiceApplication interface