Share via


AlertInfo.LastUpdateTime Property

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> _
Public Property LastUpdateTime As DateTime
    Get
    Set
'Usage
Dim instance As AlertInfo
Dim value As DateTime

value = instance.LastUpdateTime

instance.LastUpdateTime = value
[DataMemberAttribute]
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