MembershipEntity.IsLockedOut Property
Gets or sets whether the entity has been locked out.
Namespace: System.Web.Providers.Entities
Assembly: System.Web.Providers (in System.Web.Providers.dll)
Syntax
public bool IsLockedOut { get; set; }
public:
property bool IsLockedOut {
bool get();
void set(bool value);
}
member IsLockedOut : bool with get, set
Public Property IsLockedOut As Boolean
Property Value
Type: System.Boolean
true if the entity has been locked out; otherwise, false.
See Also
MembershipEntity Class
System.Web.Providers.Entities Namespace
ASP.NET Identity
Return to top