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

'Declaration
Public Property IsLockedOut As Boolean 
    Get 
    Set
'Usage
Dim instance As MembershipEntity 
Dim value As Boolean 

value = instance.IsLockedOut

instance.IsLockedOut = value
public bool IsLockedOut { get; set; }
public:
property bool IsLockedOut {
    bool get ();
    void set (bool value);
}
member IsLockedOut : bool with get, set
function get IsLockedOut () : boolean 
function set IsLockedOut (value : boolean)

Property Value

Type: System.Boolean
true if the entity has been locked out; otherwise, false.

See Also

Reference

MembershipEntity Class

System.Web.Providers.Entities Namespace

Other Resources

ASP.NET Identity