Share via


AlertInfo.LastUpdateTime property

NOTE: This API is now obsolete.

Gets or sets the date and time when the search alert was last generated.

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

Syntax

'Declaration
<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
'Usage
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; }

Property value

Type: System.DateTime
The date and time the search alert was last generated.

See also

Reference

AlertInfo class

AlertInfo members

Microsoft.Office.Server.Search.Query namespace