Attachmate.Reflection.Emulation.IbmHosts Assembly > Attachmate.Reflection.Emulation.IbmHosts Namespace > IFileTransfer Interface : DfltXfrType Property |
'Declaration
Property DfltXfrType As DefaultTransferTypeOption
'Usage
Dim instance As IFileTransfer Dim value As DefaultTransferTypeOption instance.DfltXfrType = value value = instance.DfltXfrType
DefaultTransferTypeOption DfltXfrType {get; set;}
The default is Binary. (It is Jiscii if you are running a Japanese version of Reflection.)
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. |