CQDataCodePageIsSet

Description

Returns whether the Rational ClearQuest data code page has been set, or not.

Remarque : This method became available in version 2003.06.00.

Syntaxe

VBScript

adminSession.CQDataCodePageIsSet 

Perl

$adminSession->CQDataCodePageIsSet(); 
Identificateur
Description
adminSession
The AdminSession object representing the current schema repository access session.
Valeur renvoyée
Returns True if the Rational ClearQuest data code page has been set, False otherwise.

Exemples

VBScript

isSet = adminSession.CQDataCodePageIsSet 

Perl

$isSet = $adminSession->CQDataCodePageIsSet(); 

Commentaires en retour