QueryProperties.AlertInfo 属性
请注意:此 API 现在已过时。
获取或设置有关预警信息。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<ObsoleteAttribute("This member is replaced by the query property bag, using the keys SearchAlert.PropBagKey_ChangeType and SearchAlert.PropBagKey_AlertBaselineTime.")> _
<DataMemberAttribute> _
Public Property AlertInfo As AlertInfo
Get
Set
用法
Dim instance As QueryProperties
Dim value As AlertInfo
value = instance.AlertInfo
instance.AlertInfo = value
[ObsoleteAttribute("This member is replaced by the query property bag, using the keys SearchAlert.PropBagKey_ChangeType and SearchAlert.PropBagKey_AlertBaselineTime.")]
[DataMemberAttribute]
public AlertInfo AlertInfo { get; set; }
属性值
类型:Microsoft.Office.Server.Search.Query.AlertInfo
一个AlertInfo对象,它包含有关该警报的信息。