Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsCommon Interface / Parity Property


In This Topic
Parity Property
In This Topic
Gets or sets the type of parity on the connection.
Syntax
'Declaration
 
Property Parity As ParityTypeOption
 
'Usage
 
Dim instance As IConnectionSettingsCommon
Dim value As ParityTypeOption
 
instance.Parity = value
 
value = instance.Parity

Property Value

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