TrustedApplicationAuthorizationGrantTimeUtc Property |
The time (in UTC) when the authorization was granted. [Required] [Default(NowUtc)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Security
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime GrantTimeUtc { get; set; }
Public Property GrantTimeUtc As DateTime
Get
Set
public:
property DateTime^ GrantTimeUtc {
DateTime^ get ();
void set (DateTime^ value);
}
member GrantTimeUtc : DateTime with get, set
Property Value
Type:
DateTime
See Also