Gets and sets the LastActiveDate for this online user

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

Syntax

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

See Also