InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IFileTransfer Interface / Parent Property


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