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


DbcsUserDefinedCharacterSource Property
Gets or sets whether user-defined character fonts are located on the host (HostImages) or on the PC (PCEndUserDefinedImages).
Syntax
'Declaration
 
Property DbcsUserDefinedCharacterSource As DbcsUserDefinedCharacterSourceOption
 
'Usage
 
Dim instance As IIbmTerminal
Dim value As DbcsUserDefinedCharacterSourceOption
 
instance.DbcsUserDefinedCharacterSource = value
 
value = instance.DbcsUserDefinedCharacterSource
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 is applicable to 5250 sessions only. The default is HostImages.
See Also