Share via


ActivityApplication.LastUpdateTime property

Gets or sets a DateTime object representing the time when this ActivityApplication was last 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 ActivityApplication
Dim value As DateTime

value = instance.LastUpdateTime

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

Property value

Type: System.DateTime

See also

Reference

ActivityApplication class

ActivityApplication members

Microsoft.Office.Server.ActivityFeed namespace