Checks whether the next bad logon attempt will lock out the user account.

Namespace: Novalys.VisualGuard.Security
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public bool IsLastBadLogin { get; }
Visual Basic
Public ReadOnly Property IsLastBadLogin As Boolean
	Get

Return Value

Type: Boolean
true if the next bad logon attempt will lock out the user account. false otherwise.

See Also