Gets and sets the Last Lock Out Date of the User

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

Syntax

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

See Also