PublicUserPasswordRecoveryCreationTime Property |
Date and time when the last password recovery code was created. [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.Systems.External
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> PasswordRecoveryCreationTime { get; set; }
Public Property PasswordRecoveryCreationTime As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ PasswordRecoveryCreationTime {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member PasswordRecoveryCreationTime : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also