ApplicationInfoDataLicenseLeaseAcquired Property |
Gets the date/time (in UTC) at which the lease for the current license was acquired.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "licenseLeaseAcquired", EmitDefaultValue = false)]
public DateTime? LicenseLeaseAcquired { get; set; }
<DataMemberAttribute(Name := "licenseLeaseAcquired", EmitDefaultValue := false)>
Public Property LicenseLeaseAcquired As DateTime?
Get
Set
public:
[DataMemberAttribute(Name = L"licenseLeaseAcquired", EmitDefaultValue = false)]
property Nullable<DateTime> LicenseLeaseAcquired {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
[<DataMemberAttribute(Name = "licenseLeaseAcquired", EmitDefaultValue = false)>]
member LicenseLeaseAcquired : Nullable<DateTime> with get, set
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