InfoConnect API Guide
Attachmate.Reflection.UserControl.Wpf.OpenSystemsGraphics Namespace / OpenSystemsGraphicsTerminalControl Class / Terminal Property


In This Topic
Terminal Property (OpenSystemsGraphicsTerminalControl)
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 OpenSystemsGraphicsTerminalControl
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