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


In This Topic
    Xfr400SendConversion Property
    In This Topic
    Returns or specifies a conversion format for a file being sent to an AS/400.
    Syntax
    'Declaration
     
    
    Property Xfr400SendConversion As AS400SendConversionOption
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As AS400SendConversionOption
     
    instance.Xfr400SendConversion = value
     
    value = instance.Xfr400SendConversion
    AS400SendConversionOption Xfr400SendConversion {get; set;}

    Property Value

    The default value is Ascii, which is appropriate for files with no special formatting and fixed record widths.
    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 affects AS/400 data transfer and is only relevant for 5250 sessions.
    See Also