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