The getCodePage and putCodePage methods of the ISessionObject interface retrieve or set the CodePage property for the Session object, respectively.
public abstract int getCodePage();
public abstract void putCodePage(int val);
Returns an integer that contains the current value for the CodePage property.
val | [retval] [out] An integer that contains the current value for the CodePage property. |