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


DbcsUnmappedChar Property
Gets or sets a value that specifies how the terminal translates double-byte host characters that are not available in the Shift-JIS double-byte character translation table.
Syntax
'Declaration
 
Property DbcsUnmappedChar As DbcsUnmappedCharOption
 
'Usage
 
Dim instance As IIbmTerminal
Dim value As DbcsUnmappedCharOption
 
instance.DbcsUnmappedChar = value
 
value = instance.DbcsUnmappedChar

Property Value

The default value (DbcsBlank) specifies a blank (DBCS 8140 character).
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
This property affects file transfers and printed output. This property is applicable to double-byte sessions only.
See Also