MembershipUserIsLockedOut Property |
Gets a value indicating if the user is locked out.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsLockedOut { get; }
Public ReadOnly Property IsLockedOut As Boolean
Get
public:
property bool IsLockedOut {
bool get ();
}
member IsLockedOut : bool with get
Property Value
Type:
Boolean
See Also