Gets and sets the Last Login Date of the User

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

Syntax

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

See Also