InfoConnect for Unisys
ColumnSeparatorStyle Property


Gets or sets the character to use as the column separator in 5250 terminal sessions.
Syntax
'Declaration
 
Property ColumnSeparatorStyle As AS400ColumnSeperatorOption
'Usage
 
Dim instance As IIbmTerminal
Dim value As AS400ColumnSeperatorOption
 
instance.ColumnSeparatorStyle = value
 
value = instance.ColumnSeparatorStyle
AS400ColumnSeperatorOption ColumnSeparatorStyle {get; set;}

Property Value

Value Description
Dots Dots (.) or periods are used to render separate columns. (This is the default for all versions except the Japanese language version.)
VerticalLines Vertical lines (|) are used to render separate columns. (This is the defalut for the Japaese language version.)

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

See Also