TLLInterfaceMyLicense Property  | 
 
 Returns details of active license.
 
 
    Namespace: 
   TreeksLicensingLibrary2.EasyIntegration
    Assembly:
   TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntaxpublic License MyLicense { get; }Public ReadOnly Property MyLicense As License
	Get
public:
property License^ MyLicense {
	License^ get ();
}member MyLicense : License with get
Property Value
Type: 
LicenseReturn Value
Type: 
LicenseLicense object with license details when correct license present. Null (nothing) when no license is present.
Remarks
See Also