Share via


SearchContext.UpdateAlertNotificationFormat Method

Updates the format of alert notifications for search results.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Sub UpdateAlertNotificationFormat ( _
    alertNotificationFormat As String _
)
'Usage
Dim instance As SearchContext
Dim alertNotificationFormat As String

instance.UpdateAlertNotificationFormat(alertNotificationFormat)
public void UpdateAlertNotificationFormat(
    string alertNotificationFormat
)

Parameters

  • alertNotificationFormat
    Type: System.String
    A string specifying the alert notification format.

See Also

Reference

SearchContext Class

SearchContext Members

Microsoft.Office.Server.Search.Administration Namespace