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


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