Returns the type of license used by the application as a String. An empty string is returned if the license type is not recognized.
// get accessor String rtn = XSIApplication.License; |
// Get the license type var licensetype = License; LogMessage( "license type: " + licensetype ); //INFO : "license type: Advanced" |