ApplicationInfoDataLicenseLeaseValidUntil Property |
Gets the date/time (in UTC) at which the lease for the current license expires.
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 = "licenseLeaseValidUntil", EmitDefaultValue = false)]
public DateTime? LicenseLeaseValidUntil { get; set; }
<DataMemberAttribute(Name := "licenseLeaseValidUntil", EmitDefaultValue := false)>
Public Property LicenseLeaseValidUntil As DateTime?
Get
Set
public:
[DataMemberAttribute(Name = L"licenseLeaseValidUntil", EmitDefaultValue = false)]
property Nullable<DateTime> LicenseLeaseValidUntil {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
[<DataMemberAttribute(Name = "licenseLeaseValidUntil", EmitDefaultValue = false)>]
member LicenseLeaseValidUntil : Nullable<DateTime> with get, set
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