Attachmate.Reflection.Emulation.IbmHosts Namespace > IFileTransfer Interface : XfrApvUser Property |
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.
'Declaration
Property XfrApvUser As Boolean
'Usage
Dim instance As IFileTransfer Dim value As Boolean instance.XfrApvUser = value value = instance.XfrApvUser
bool XfrApvUser {get; set;}
The default value is False.
When this value is True, characters are not translated.
Exception | Description |
---|---|
Attachmate.Reflection.SecuredSettingException | This exception is thrown when you modify a InfoConnect property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges. |