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


In This Topic
    Parent Property (IKeyboardMapper)
    In This Topic
    Gets the parent object. The parent is the terminal object (e.g. IUtsTerminal)
    Syntax
    'Declaration
     
    
    ReadOnly Property Parent As Object
    'Usage
     
    
    Dim instance As IKeyboardMapper
    Dim value As Object
     
    value = instance.Parent
    object Parent {get;}
    See Also