Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / Parent Property


In This Topic
Parent Property (IIbmScreen)
In This Topic
Gets the parent object (IIbmTerminal).
Syntax
'Declaration
 
ReadOnly Property Parent As IIbmTerminal
 
'Usage
 
Dim instance As IIbmScreen
Dim value As IIbmTerminal
 
value = instance.Parent
See Also