InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IKeyboardMapper Interface / Parent Property


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