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


In This Topic
    Parent Property (IMacro)
    In This Topic
    Gets the parent object. This is the IIbmTerminal object.
    Syntax
    'Declaration
     
    
    ReadOnly Property Parent As IIbmTerminal
    'Usage
     
    
    Dim instance As IMacro
    Dim value As IIbmTerminal
     
    value = instance.Parent
    IIbmTerminal Parent {get;}
    See Also