Attachmate Reflection 2014 .NET API Reference
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()>
<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.")>
Public Property ExitEmptyWorkspace As Boolean
'Usage
 
Dim instance As IbmTerminalControl
Dim value As Boolean
 
instance.ExitEmptyWorkspace = value
 
value = instance.ExitEmptyWorkspace
[DefaultValueAttribute()]
[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.")]
public bool ExitEmptyWorkspace {get; set;}
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IbmTerminalControl Class
IbmTerminalControl Members

Send Feedback