InfoConnect for Airlines
HostCodePage Property


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
Attachmate.Reflection.SecuredSettingException 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