If its a trail license this property contains the date when the pacakge experies in UTC.

Namespace: Composite.Core.PackageSystem
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public DateTime Expires { get; set; }
Visual Basic
Public Property Expires As DateTime
	Get
	Set
Visual C++
public:
property DateTime Expires {
	DateTime get ();
	void set (DateTime value);
}

See Also