Programming with Reflection
QueryExitAll property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether a confirmation dialog box appears when you attempt to close all currently open Reflection sessions using either the ExitAll method or the Exit All command on the File menu.
For example, the following statement suppresses display of the confirmation dialog box:
Session.QueryExitAll = False
The default value is True