라이센스를 가져오는 데 사용되는 FLEXlm 기능 이름을 리턴합니다.
Perl
$prodinfo->GetLicenseFeature();
Perl
use CQPerlExt;
my $cqobject = CQSession::Build();
my $prodinfo = $cqobject->GetProductInfo();
print "LicenseFeature = '".$prodinfo->GetLicenseFeature()."'\n";
CQSession::Unbuild($cqobject);