IsUnsupportedClientCodePage

Description

Returns whether the client code page is unsupported, or not. You do not need to login to use this method.

Remarque : The client code page is separate from the Rational ClearQuest data code page.
Remarque : This method became available in version 2003.06.00.

Syntaxe

VBScript

adminSession.IsUnsupportedClientCodePage 

Perl

$adminSession->IsUnsupportedClientCodePage(); 
Identificateur
Description
adminSession
The AdminSession object representing the current schema repository access session.
Valeur renvoyée
Returns True if the client code page is unsupported, False otherwise.

Exemples

VBScript

isUnsupported = adminSession.IsUnsupportedClientCodePage 

Perl

$isUnsupported = $adminSession->IsUnsupportedClientCodePage(); 

Commentaires en retour