getCodePage

The getCodePage and putCodePage methods of the ISessionObject interface retrieve or set the CodePage property for the Session object, respectively.

Syntax

public abstract int getCodePage();
public abstract void putCodePage(int val);

Return Value

Returns an integer that contains the current value for the CodePage property.

Parameters

val [retval] [out] An integer that contains the current value for the CodePage property.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.