| UserInformationIsLockedOut Property |
Namespace: ConnectedApps.Cms.Entities.UserProviderAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsLockedOut { get; set; }Public Property IsLockedOut As Boolean
Get
Set
public:
property bool IsLockedOut {
bool get ();
void set (bool value);
}member IsLockedOut : bool with get, set
Property Value
Type:
Boolean
See Also