The number of days the license will expire after first use.

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

Syntax

C#
public int ExpiryDays { get; }
Visual Basic
Public ReadOnly Property ExpiryDays As Integer
	Get
Visual C++
public:
property int ExpiryDays {
	int get ();
}

See Also