Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsVTMgr Object / DisconnectScriptFile Property
In This Topic
    DisconnectScriptFile Property (ConnectionSettingsVTMgr)
    In This Topic
    Gets or sets the text string containing the name of a Reflection Basic script to run when the connection is closed.
    Syntax
    expression.DisconnectScriptFile As String
    where expression is a variable that represents a ConnectionSettingsVTMgr Object
    Remarks
    The default value is "". Value can be changed with an open connection.
    See Also