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


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