GetCQDataCodePage

Description

Returns a String describing the DevOps Plan data code page (for example, "1252 (ANSI - Latin I)" or "20127 (US-ASCII)").

Syntax

Perl


$adminSession->GetCQDataCodePage(); 
Identifier
Description
adminSession
The AdminSession object representing the current schema repository access session.
Return value
Returns a String describing the DevOps Plan data code page.

Example

Perl


$myCQDataCP = $adminSession->GetCQDataCodePage();