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
Syntaxpublic Nullable<DateTime> LockoutEndUtc { get; set; }
Public Property LockoutEndUtc As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ LockoutEndUtc {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member LockoutEndUtc : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also