AlertInfo.LastUpdateTime 属性
请注意:此 API 现在已过时。
获取或设置的日期和最后生成搜索通知的时间。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<DataMemberAttribute> _
<ObsoleteAttribute("This class is replaced by the query property bag, using the keys SearchAlert.PropBagKey_ChangeType and SearchAlert.PropBagKey_AlertBaselineTime.")> _
Public Property LastUpdateTime As DateTime
Get
Set
用法
Dim instance As AlertInfo
Dim value As DateTime
value = instance.LastUpdateTime
instance.LastUpdateTime = value
[DataMemberAttribute]
[ObsoleteAttribute("This class is replaced by the query property bag, using the keys SearchAlert.PropBagKey_ChangeType and SearchAlert.PropBagKey_AlertBaselineTime.")]
public DateTime LastUpdateTime { get; set; }
属性值
类型:System.DateTime
日期和时间上一次生成搜索警报。