完全な製品バージョンを戻します。このメソッドは、スペースで区切られた GetProductVersion および GetPatchVersion 戻り値と等価です。
Perl
$prodinfo->GetFullProductVersion();
Perl
use CQPerlExt;
my $cqobject = CQSession::Build();
my $prodinfo = $cqobject->GetProductInfo();
print "FullProductVersion = '".$prodinfo->GetFullProductVersion()."'¥n";
CQSession::Unbuild($cqobject);