InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / HostCodePage Property


In This Topic
    HostCodePage Property
    In This Topic
    Gets or sets the character set InfoConnect that uses for character translations.
    Syntax
    'Declaration
     
    
    Property HostCodePage As HostCodePageOption
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As HostCodePageOption
     
    instance.HostCodePage = value
     
    value = instance.HostCodePage
    HostCodePageOption HostCodePage {get; set;}
    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