ライセンスの取得に使用する FLEXlm 機能名を戻します。
Perl
$prodinfo->GetLicenseFeature();
Perl
use CQPerlExt;
my $cqobject = CQSession::Build();
my $prodinfo = $cqobject->GetProductInfo();
print "LicenseFeature = '".$prodinfo->GetLicenseFeature()."'¥n";
CQSession::Unbuild($cqobject);