ColumnSeparatorStyle Property
Gets or sets the character to use as the column separator in 5250 terminal sessions.
Property Value
An AS400ColumnSeperatorOption enumeration 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.) |
Exception | Description |
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.
|