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


In This Topic
    Xfr400Charset Property
    In This Topic
    Returns or specifies which character set to use for transfers to and from an AS/400.
    Syntax
    'Declaration
     
    
    Property Xfr400Charset As AS400CharSetOption
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As AS400CharSetOption
     
    instance.Xfr400Charset = value
     
    value = instance.Xfr400Charset
    AS400CharSetOption Xfr400Charset {get; set;}

    Property Value

    The default value is AS400Ansi.
    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 is relevant for data that contains characters with decimal values above 127. (The ANSI and ASCII character sets have the same values for characters with decimal values from 32-126.) This property affects AS/400 data transfer.
    See Also