Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 SearchServiceApplicationProxy
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()
Exceptions
| Exception | Condition |
|---|---|
| Exception | An error occurred during application execution. |
Remarks
This method is used to retrieve the information about the Search alert system for the SearchServiceApplicationProxy.
See Also
Reference
SearchServiceApplicationProxy Class