ActivityType.LastUpdateTime Property

Gets or sets a DateTime indicating when this ActivityType 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 ActivityType
Dim value As DateTime

value = instance.LastUpdateTime

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

Property Value

Type: System.DateTime

See Also

Reference

ActivityType Class

ActivityType Members

Microsoft.Office.Server.ActivityFeed Namespace