Gets and sets the Last Activity Date of the User

Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public DateTime LastActivityDate { get; set; }
Visual Basic
Public Property LastActivityDate As DateTime
	Get
	Set

See Also