The number of days before the current license expires.

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

Syntax

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

See Also