InfoConnect for Airlines
ExitEmptyWorkspace Property (IbmTerminalControl)


When set to true, the workspace servicing terminal user instance is closed if there is no terminal instance running in the workspace.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("Workspace servicing terminal user instance will be closed if there is no terminal instance running in the workspace and this parameter is set to true.")>
<CategoryAttribute("Terminal")>
Public Property ExitEmptyWorkspace As Boolean
'Usage
 
Dim instance As IbmTerminalControl
Dim value As Boolean
 
instance.ExitEmptyWorkspace = value
 
value = instance.ExitEmptyWorkspace
[DefaultValue()]
[Description("Workspace servicing terminal user instance will be closed if there is no terminal instance running in the workspace and this parameter is set to true.")]
[Category("Terminal")]
public bool ExitEmptyWorkspace {get; set;}
See Also