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

    Property Value

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