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


In This Topic
    XfrCloseDlgAfterTransfer Property
    In This Topic
    Returns or specifies whether InfoConnect closes the File Transfer dialog box upon completion of a file transfer.
    Syntax
    'Declaration
     
    
    Property XfrCloseDlgAfterTransfer As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.XfrCloseDlgAfterTransfer = value
     
    value = instance.XfrCloseDlgAfterTransfer
    bool XfrCloseDlgAfterTransfer {get; set;}

    Property Value

    The default value is False.
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify an InfoConnect property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
    See Also