Click or drag to resize

UserLockoutEndUtc Property

Contains the date and time (in UTC) until the user is locked. null when the user is not locked. [Filter(eq;ge;le;like)]

Namespace:  Aloe.EnterpriseOne.Model.Systems.Security
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<DateTime> LockoutEndUtc { get; set; }

Property Value

Type: NullableDateTime
See Also