CQDataCodePageIsSet
Description
Returns whether the DevOps Plan data code page has been set, or not.
Syntax
Perl
$adminSession->CQDataCodePageIsSet();
- Identifier
- Description
- adminSession
- The AdminSession object representing the current schema repository access session.
- Return value
- Returns True if the DevOps Plan data code page has been set, False otherwise.
Example
Perl
$isSet = $adminSession->CQDataCodePageIsSet();