InfoConnect API Guide
Attachmate.Reflection.UserControl.IbmHosts Namespace / IbmTerminalControl Class / ExitEmptyWorkspace Property


In This Topic
    ExitEmptyWorkspace Property (IbmTerminalControl)
    In This Topic
    When set to true, the workspace servicing terminal user instance is closed if there is no terminal instance running in the workspace.
    Syntax
    'Declaration
     
    
    <CategoryAttribute("Terminal")>
    <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.")>
    <DefaultValueAttribute(True)>
    Public Property ExitEmptyWorkspace As Boolean
    'Usage
     
    
    Dim instance As IbmTerminalControl
    Dim value As Boolean
     
    instance.ExitEmptyWorkspace = value
     
    value = instance.ExitEmptyWorkspace
    [Category("Terminal")]
    [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.")]
    [DefaultValue(true)]
    public bool ExitEmptyWorkspace {get; set;}
    See Also