XSIApplication.License

Description

Returns the type of license used by the application as a String. An empty string is returned if the license type is not recognized.

C# Syntax

// get accessor
String rtn = XSIApplication.License;

Examples

JScript Example

// Get the license type
var licensetype = License;
LogMessage( "license type: " + licensetype );
//INFO : "license type: Advanced"