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


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