Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IMacro Interface / Parent Property


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