LicenseDataExpires Property

Gets the date/time when the 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 = "expires", EmitDefaultValue = false)]
public DateTime? Expires { get; set; }

Property Value

Type: NullableDateTime
The date/time when the license expires, or if the license never expires.
Remarks
Tip Tip
The time is local, not UTC.
See Also