TrustedApplicationCreationTimeUtc Property |
Date and time (in UTC) when the application was registered. [Required] [Default(NowUtc)] [Filter(eq;ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Security
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime CreationTimeUtc { get; set; }
Public Property CreationTimeUtc As DateTime
Get
Set
public:
property DateTime^ CreationTimeUtc {
DateTime^ get ();
void set (DateTime^ value);
}
member CreationTimeUtc : DateTime with get, set
Property Value
Type:
DateTime
See Also