Open this page in the API Guide

ApplicationInfo.LicenseLeaseAcquired Property

Gets the date/time (in UTC) at which the lease for the current license was acquired.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public DateTime? LicenseLeaseAcquired { get; }

Property Value

Type: Nullable<DateTime>
The date/time (in UTC) at which the lease for the current license was acquired, or null if there is no current license which was acquired under a lease.
See Also