Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / HostCodePage Property


HostCodePage Property
Gets or sets the character set Reflection 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
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