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 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "expires", EmitDefaultValue = false)]
public DateTime? Expires { get; set; }<DataMemberAttribute(Name := "expires", EmitDefaultValue := false)>
Public Property Expires As DateTime?
	Get
	Set
public:
[DataMemberAttribute(Name = L"expires", EmitDefaultValue = false)]
property Nullable<DateTime> Expires {
	Nullable<DateTime> get ();
	void set (Nullable<DateTime> value);
}[<DataMemberAttribute(Name = "expires", EmitDefaultValue = false)>]
member Expires : Nullable<DateTime> with get, set
Property Value
Type: 
NullableDateTimeThe date/time when the license expires, or 
 if the license never expires.
Remarks  Tip | 
|---|
| The time is local, not UTC. | 
See Also