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
Exception | Description |
Attachmate.Reflection.SecuredSettingException |
This exception is thrown when you modify a Reflection property that has been secured
via the Permissions Manager, or if such a modification requires Administrator privileges.
|
See Also