The number of days before the current license expires expressed in whole and fractional days.

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

Syntax

C#
public double TotalRemainingDaysBeforeExpiry { get; }
Visual Basic
Public ReadOnly Property TotalRemainingDaysBeforeExpiry As Double
	Get
Visual C++
public:
property double TotalRemainingDaysBeforeExpiry {
	double get ();
}

See Also