InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsComSerialPort Object / DisconnectScriptArgs Property
In This Topic
    DisconnectScriptArgs Property (ConnectionSettingsComSerialPort)
    In This Topic
    Get or set the text string containing the arguments to pass to a disconnect script.
    Syntax
    expression.DisconnectScriptArgs As String
    where expression is a variable that represents a ConnectionSettingsComSerialPort Object
    Remarks
    The default value is "". This value can be changed during an open connection.
    See Also