IsUnsupportedClientCodePage

Description

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

Note: The client code page is separate from the HCL Compass data code page.
Note: This method became available in version 2003.06.00.

Syntax

VBScript


adminSession.IsUnsupportedClientCodePage 

Perl


$adminSession->IsUnsupportedClientCodePage(); 
Identifier
Description
adminSession
The AdminSession object representing the current schema repository access session.
Return value
Returns True if the client code page is unsupported, False otherwise.

Examples

VBScript


isUnsupported = adminSession.IsUnsupportedClientCodePage 

Perl


$isUnsupported = $adminSession->IsUnsupportedClientCodePage();