TrustedApplicationAuthorizationValidUntilUtc Property |
The time (in UTC) when the grant expires. null means that there is no time restriction.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Security
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> ValidUntilUtc { get; set; }
Public Property ValidUntilUtc As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ ValidUntilUtc {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member ValidUntilUtc : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also