TLLInterfaceLicenseVerificator Property |
Property holding LicenseVerification object for TLLInterface class
Namespace:
TreeksLicensingLibrary2.EasyIntegration
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax public LicenseVerification LicenseVerificator { get; set; }
Public Property LicenseVerificator As LicenseVerification
Get
Set
public:
property LicenseVerification^ LicenseVerificator {
LicenseVerification^ get ();
void set (LicenseVerification^ value);
}
member LicenseVerificator : LicenseVerification with get, set
Property Value
Type:
LicenseVerificationReturn Value
Type:
LicenseVerificationLicenseVerification object
Remarks Typically, there's no need to use this object
See Also