| TLLInitChunkLicenseFilePath Property  | 
 
 Determines the path to the license file on target (end user's) computer. Following variables can be used:
 {appdata}, {systemdrive}, {applicationdir}, {programfiles}
 
 
    Namespace: 
   TreeksLicensingLibrary2.EasyIntegration
    Assembly:
   TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
 Syntax
Syntaxpublic string LicenseFilePath { get; set; }Public Property LicenseFilePath As String
	Get
	Set
public:
property String^ LicenseFilePath {
	String^ get ();
	void set (String^ value);
}member LicenseFilePath : string with get, set
Return Value
Type: 
StringThe path 
 Remarks
RemarksBy default, license is always stored within registry. License will be stored in file if you configure this value.
 See Also
See Also