Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsComSerialPort Object / DisconnectScriptFile Property
In This Topic
DisconnectScriptFile Property (ConnectionSettingsComSerialPort)
In This Topic
Get or set the text string containing the name of a script to run when the connection is closed. The script must be a Reflection Basic script.
Syntax
expression.DisconnectScriptFile 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