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: 2016.0.105.16 (2016.0.105.16)

Syntax

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

Property Value

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

See Also