GetProductVersion

説明

製品の現在のバージョンを戻します。

構文

Perl

$prodinfo->GetProductVersion(); 
識別子
説明
prodinfo
CQProductInfo オブジェクト。
戻り値
製品バージョンを含む String。

Perl

use CQPerlExt;

my $cqobject = CQSession::Build();

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

print "ProductVersion = '".$prodinfo->GetProductVersion()."'¥n";

CQSession::Unbuild($cqobject); 

フィードバック