Click or drag to resize
ApplicationUserEnabled Property
Indicates if the user is enabled. This represents the lockout notion in ASP.NET Identity.

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax
C#
public bool Enabled { get; set; }

Property Value

Type: Boolean
See Also