LicenseExpirationCheckOnlineOnly Property |
Set's, if license expiration must be checked online. If TRUE, license will be treated as invalid when offline.
Namespace: TreeksLicensingLibraryAssembly: TreeksLicensingLibrary (in TreeksLicensingLibrary.dll) Version: 1.3.5562.40448
Syntax public bool ExpirationCheckOnlineOnly { get; set; }
Public Property ExpirationCheckOnlineOnly As Boolean
Get
Set
public:
property bool ExpirationCheckOnlineOnly {
bool get ();
void set (bool value);
}
member ExpirationCheckOnlineOnly : bool with get, set
Property Value
Type:
BooleanReturn Value
Type:
BooleanReturns previously stored value
Remarks See Also