License2LeaseValidUntil Property |
Gets the date (in UTC) when the lease associated with the license will expire.
Namespace: Dundas.BI.LicensingAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic DateTime LeaseValidUntil { get; }Public ReadOnly Property LeaseValidUntil As DateTime
Get
public:
virtual property DateTime LeaseValidUntil {
DateTime get () sealed;
}abstract LeaseValidUntil : DateTime with get
override LeaseValidUntil : DateTime with get
Property Value
DateTime
See Also