Click or drag to resize

MembershipUserInfoIsLocked Property

Gets or sets a value indicating whether membership User is locked by its provider. This happens when too many login attempts fail.

Namespace:  Packflow.Core.Poco
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[DataMemberAttribute]
public bool IsLocked { get; set; }

Property Value

Type: Boolean
See Also