SearchServiceApplicationProxy.GetSearchAlertNotificationFormat 方法
获取搜索警报系统通知格式。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetSearchAlertNotificationFormat As String
用法
Dim instance As SearchServiceApplicationProxy
Dim returnValue As String
returnValue = instance.GetSearchAlertNotificationFormat()
public string GetSearchAlertNotificationFormat()
返回值
类型:System.String
搜索警报系统通知格式。
实现
ISearchSiteAdministrationServiceApplication.GetSearchAlertNotificationFormat()
异常
异常 | 条件 |
---|---|
Exception | 在应用程序执行期间出现错误。 |
备注
此方法用于检索的SearchServiceApplicationProxy搜索警报系统通知格式。
另请参阅
引用
SearchServiceApplicationProxy 类