SearchContext.UpdateAlertNotificationFormat 方法

请注意:此 API 现在已过时。

命名空间:  Microsoft.Office.Server.Search.Administration
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
<ObsoleteAttribute("This class is obsolete now. Please use SearchServiceApplication and SearchServiceApplicationProxy instead.")> _
Public Sub UpdateAlertNotificationFormat ( _
    alertNotificationFormat As String _
)
用法
Dim instance As SearchContext
Dim alertNotificationFormat As String

instance.UpdateAlertNotificationFormat(alertNotificationFormat)
[ObsoleteAttribute("This class is obsolete now. Please use SearchServiceApplication and SearchServiceApplicationProxy instead.")]
public void UpdateAlertNotificationFormat(
    string alertNotificationFormat
)

参数

  • alertNotificationFormat
    类型:System.String

    指定警报通知格式的字符串。

另请参阅

引用

SearchContext 类

SearchContext 成员

Microsoft.Office.Server.Search.Administration 命名空间