Gets the most recent date and time that the membership user was locked out.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public DateTime LastLockoutDate { get; }
Visual Basic (Declaration)
Public ReadOnly Property LastLockoutDate As DateTime

Field Value

A DateTime object that represents the most recent date and time that the membership user was locked out.

See Also