InfoConnect API Guide
Attachmate.Reflection.UserControl.Wpf.OpenSystems Namespace / OpenSystemsTerminalControl Class / Terminal Property


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

Property Value

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