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


In This Topic
    DfltXfrType Property
    In This Topic
    Returns or specifies the default type for Mainframe transfers. This property is only relevant for 3270 sessions using Mainframe transfer.
    Syntax
    'Declaration
     
    
    Property DfltXfrType As DefaultTransferTypeOption
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As DefaultTransferTypeOption
     
    instance.DfltXfrType = value
     
    value = instance.DfltXfrType
    DefaultTransferTypeOption DfltXfrType {get; set;}

    Property Value

    The default is Binary. (It is Jiscii if you are running a Japanese version of InfoConnect.)

    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.
    Remarks
    This property only affects transfers in the Transfer dialog box, since a transfer type must be specified in transfer commands.
    See Also