| ApplicationInfoLicenseLeaseAcquired 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.3.0.1000)
 Syntax
Syntaxpublic DateTime? LicenseLeaseAcquired { get; }Public ReadOnly Property LicenseLeaseAcquired As DateTime?
	Get
public:
property Nullable<DateTime> LicenseLeaseAcquired {
	Nullable<DateTime> get ();
}member LicenseLeaseAcquired : Nullable<DateTime> with get
Property Value
Type: 
NullableDateTime
              The date/time (in UTC) at which the lease for the current license was acquired, or
              
 if there is no current license which was acquired under a lease.
            
 See Also
See Also