CQDataCodePageIsSet

Description

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

Note: This method became available in version 2003.06.00.

Syntax

VBScript

adminSession.CQDataCodePageIsSet 

Perl

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

Examples

VBScript

isSet = adminSession.CQDataCodePageIsSet 

Perl

$isSet = $adminSession->CQDataCodePageIsSet();