ISearchSiteAdministrationServiceApplication.GetSearchAlertManagerInfo method

Retrieves 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
<OperationContractAttribute> _
Function GetSearchAlertManagerInfo As AlertManagerInfo
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim returnValue As AlertManagerInfo

returnValue = instance.GetSearchAlertManagerInfo()
[OperationContractAttribute]
AlertManagerInfo GetSearchAlertManagerInfo()

Return value

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

Remarks

This method retrieves the information about the Search alert system for the ISearchSiteAdministrationServiceApplication.

See also

Reference

ISearchSiteAdministrationServiceApplication interface

ISearchSiteAdministrationServiceApplication members

Microsoft.Office.Server.Search.Administration namespace