XSIApplication.License

XSIApplication.License

説明

アプリケーションにより使用されているライセンスのタイプを String として戻します。ライセンスタイプが認識されない場合は空の文字列が戻されます。

C#構文

// get accessor

String rtn = XSIApplication.License;

JScript の例

// Get the license type

var licensetype = License;

LogMessage( "license type: " + licensetype );

//INFO : "license type: Advanced"