GetLicenseFeature

Description

Returns the FLEXlm feature name used to get a license.

Syntaxe

Perl

$prodinfo->GetLicenseFeature(); 
Identificateur
Description
prodinfo
A CQProductInfo object.
Valeur renvoyée
A String containing the license feature (for example, ClearQuest).

Exemple

Perl

use CQPerlExt;



my $cqobject = CQClearQuest::Build();

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

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

CQClearQuest::Unbuild($cqobject); 

Commentaires en retour