SearchServiceApplication.GetSearchAlertManagerInfo method

Gets information about 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 GetSearchAlertManagerInfo As AlertManagerInfo
'Usage
Dim instance As SearchServiceApplication
Dim returnValue As AlertManagerInfo

returnValue = instance.GetSearchAlertManagerInfo()
public AlertManagerInfo GetSearchAlertManagerInfo()

Return value

Type: Microsoft.Office.Server.Search.Query.AlertManagerInfo
The information about the Search alert system.

Implements

ISearchSiteAdministrationServiceApplication.GetSearchAlertManagerInfo()

Remarks

This method is used to retrieve the information about the Search alert system for the SearchServiceApplication.

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace