The exact date on which the license will expire.

Namespace: SimpleMode.SecureLicenseManager
Assembly: SimpleMode.SecureLicenseManager (in SimpleMode.SecureLicenseManager.dll) Version: 1.5.5120.0 (1.5.5120.0)

Syntax

C#
public DateTime ExpiryDate { get; }
Visual Basic
Public ReadOnly Property ExpiryDate As DateTime
	Get
Visual C++
public:
property DateTime ExpiryDate {
	DateTime get ();
}

See Also