True if any expiry limit (exact date or number of 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 HasExpiryLimit { get; }
Visual Basic
Public ReadOnly Property HasExpiryLimit As Boolean
	Get
Visual C++
public:
property bool HasExpiryLimit {
	bool get ();
}

See Also