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


In This Topic
    XfrApvUser Property
    In This Topic

    Gets or sets whether shift-out and shift-in (SO/SI) characters in the host file are left intact (not translated). This property is used for JISCII file translations from the host with the NOSO option selected.

    Syntax
    'Declaration
     
    
    Property XfrApvUser As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.XfrApvUser = value
     
    value = instance.XfrApvUser
    bool XfrApvUser {get; set;}

    Property Value

    The default value is False.

    When this value is True, characters are not translated.

    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 applicable to double-byte 3270 sessions only.
    See Also