Reflection .NET API
Attachmate.Reflection.UserControl.IbmHosts Assembly / Attachmate.Reflection.UserControl.IbmHosts Namespace / IbmTerminalControl Class / IbmTerminal Property


In This Topic
IbmTerminal Property (IbmTerminalControl)
In This Topic
Provides access to the IbmTerminal object.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public ReadOnly Property IbmTerminal As IIbmTerminal
 
'Usage
 
Dim instance As IbmTerminalControl
Dim value As IIbmTerminal
 
value = instance.IbmTerminal

Property Value

The terminal property returned can be null if the terminal cannot be retrieved in a given timeout.
See Also