The number of expiration days that are associated with a license key

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

Syntax

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

See Also