Click or drag to resize

TLLInterfaceLastVerificationResult Property

This property holds last license verification result. When license validation fails, this variable will give you more information about why license was denied.

Namespace:  TreeksLicensingLibrary2.EasyIntegration
Assembly:  TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax
public string LastVerificationResult { get; set; }

Property Value

Type: String

Return Value

Type: String
OK string when last license validation succeed, error details on failure
Remarks