ApplicationInfoLicenseLeaseValidUntil Property |
Gets the date/time (in UTC) at which the lease for the current license expires.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxpublic Nullable<DateTime> LicenseLeaseValidUntil { get; }Public ReadOnly Property LicenseLeaseValidUntil As Nullable(Of DateTime)
Get
public:
property Nullable<DateTime> LicenseLeaseValidUntil {
Nullable<DateTime> get ();
}member LicenseLeaseValidUntil : Nullable<DateTime> with get
Property Value
Type:
NullableDateTime
The date/time (in UTC) at which the lease for the current license expires, or
if there is no current license which was acquired under a lease.
See Also