Connection Setting Keyword Tokens
ExitOnDisconnect
keyword
Keyword/Value syntax |
ExitOnDisconnect {True | False} |
Valid in connection types |
All |
Can change value if connection is open? |
Yes |
When set to True, Reflection closes automatically when you disconnect from the host.
The default value is False.
Session.ConnectionSettings = "ExitOnDisconnect True"
If .ConnectionSetting("ExitOnDisconnect") = "True"