Reflection
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
DbcsUserDefinedCharacterSourceOption DbcsUserDefinedCharacterSource {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
This property is applicable to 5250 sessions only. The default is HostImages.
See Also