GetLicenseFeature

説明

ライセンスの取得に使用する FLEXlm 機能名を戻します。

構文

Perl

$prodinfo->GetLicenseFeature(); 
識別子
説明
prodinfo
CQProductInfo オブジェクト。
戻り値
ライセンス機能を含む String (例えば、ClearQuest®)。

Perl

use CQPerlExt;



my $cqobject = CQSession::Build();

my $prodinfo = $cqobject->GetProductInfo();

print "LicenseFeature = '".$prodinfo->GetLicenseFeature()."'¥n";

CQSession::Unbuild($cqobject); 

フィードバック