UserManager<TUser, TKey>.SupportsUserLockout Property

Gets a value that indicates whether the store is an IUserLockoutStore.

Namespace:  Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property SupportsUserLockout As Boolean 
    Get
'Usage
Dim instance As UserManager 
Dim value As Boolean 

value = instance.SupportsUserLockout
public virtual bool SupportsUserLockout { get; }
public:
virtual property bool SupportsUserLockout {
    bool get ();
}
abstract SupportsUserLockout : bool 
override SupportsUserLockout : bool
function get SupportsUserLockout () : boolean

Property Value

Type: System.Boolean
true if the store is an IUserLockoutStore; otherwise, false.

See Also

Reference

UserManager<TUser, TKey> Class

Microsoft.AspNet.Identity Namespace

Other Resources

ASP.NET Identity