Gets a value indicating whether the membership user is locked out and unable to be validated.

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 bool IsLockedOut { get; set; }
Visual Basic
Public Property IsLockedOut As Boolean
	Get
	Set

Property Value

Type: Boolean
true if the membership user is locked out and unable to be validated; otherwise, false.

See Also