LicenseExpirationDateEnabled Property |
If set to true, the license will not pass validation after expiration date
Namespace:
TreeksLicensingLibrary2
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax public bool ExpirationDateEnabled { get; set; }
Public Property ExpirationDateEnabled As Boolean
Get
Set
public:
property bool ExpirationDateEnabled {
bool get ();
void set (bool value);
}
member ExpirationDateEnabled : bool with get, set
Property Value
Type:
BooleanReturn Value
Type:
BooleanReturns previously stored value
Remarks See Also