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)
Syntaxpublic string LastVerificationResult { get; set; }Public Property LastVerificationResult As String
	Get
	Set
public:
property String^ LastVerificationResult {
	String^ get ();
	void set (String^ value);
}member LastVerificationResult : string with get, set
Property Value
Type: 
StringReturn Value
Type: 
StringOK string when last license validation succeed, error details on failure
Remarks
See Also