Chameleon and Iguana Plugin C# Class Libraries

License.IsLicensed Property

Returns true if the machine has a valid Chameleon license.

[Visual Basic]
Public ReadOnly Property IsLicensed As Boolean
[C#]
public bool IsLicensed {get;}

Remarks

This method checks the license status of the target machine but does not send a request to the iNTERFACEWARE server. It returns true if the machine has a valid Chameleon license and false otherwise.

See Also

License Class | iNTERFACEWARE.Chameleon Namespace