Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / HostCodePage Property
In This Topic
    HostCodePage Property
    In This Topic
    Gets or sets the character set that Reflection uses for character translations.
    Syntax
    expression.HostCodePage As HostCodePageOption
    where expression is a variable that represents a IbmTerminal Object

    Property Value

    A HostCodePageOption enumeration value.
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
    Remarks
    The default is USEnglish.
    See Also