InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsModem Object / Parity Property
In This Topic
Parity Property (ConnectionSettingsModem)
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 ConnectionSettingsModem Object

Property Value

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