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: 3.2.912.1 (3.2.912.01)

Syntax

C#
public bool IsLockedOut { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsLockedOut As Boolean

Field Value

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

See Also