License2LeaseValidUntil Property  | 
 Gets the date (in UTC) when the lease associated with the license will expire.
 
    Namespace: 
   Dundas.BI.Licensing
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.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
Type: 
DateTime
See Also