Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsVTMgr Object / Parity Property
In This Topic
Parity Property (ConnectionSettingsVTMgr)
In This Topic
Gets or sets the type of parity on the connection.
Syntax
expression.Parity As ParityTypeOption
where expression is a variable that represents a ConnectionSettingsVTMgr Object

Property Value

A ParityTypeOption Enumeration value.
Remarks
The default value is Parity8None. Value can be changed with an open connection.
See Also