ActivityEvent.LastUpdateTime property

Gets the DateTime object representing the last time this ActivityEvent was updated.

Namespace:  Microsoft.Office.Server.ActivityFeed
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property LastUpdateTime As DateTime
    Get
    Set
'Usage
Dim instance As ActivityEvent
Dim value As DateTime

value = instance.LastUpdateTime

instance.LastUpdateTime = value
public DateTime LastUpdateTime { get; set; }

Property value

Type: System.DateTime

See also

Reference

ActivityEvent class

ActivityEvent members

Microsoft.Office.Server.ActivityFeed namespace