True if the current license has number of expiry days specified.

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

Syntax

C#
public bool HasExpiryDaysLimit { get; }
Visual Basic
Public ReadOnly Property HasExpiryDaysLimit As Boolean
	Get
Visual C++
public:
property bool HasExpiryDaysLimit {
	bool get ();
}

See Also