Gets the date/time when the license expires.
Namespace:
Dundas.BI.Licensing
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxpublic Nullable<DateTime> Expires { get; }Public ReadOnly Property Expires As Nullable(Of DateTime)
Get
public:
virtual property Nullable<DateTime> Expires {
Nullable<DateTime> get () sealed;
}abstract Expires : Nullable<DateTime> with get
override Expires : Nullable<DateTime> with get
Property Value
Type:
NullableDateTimeThe date/time when the license expires, or
if the license never expires.
Implements
ILicenseExpires
Remarks Tip |
|---|
| The time is local, not UTC. |
See Also