Reflection
DfltXfrType Property


Returns or specifies the default type for Mainframe transfers. This property is only relevant for 3270 sessions using Mainframe transfer.
Syntax
'Declaration
 
Property DfltXfrType As DefaultTransferTypeOption
'Usage
 
Dim instance As IFileTransfer
Dim value As DefaultTransferTypeOption
 
instance.DfltXfrType = value
 
value = instance.DfltXfrType
DefaultTransferTypeOption DfltXfrType {get; set;}

Property Value

The default is Binary. (It is Jiscii if you are running a Japanese version of Reflection.)

Exceptions
ExceptionDescription
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.
Remarks
This property only affects transfers in the Transfer dialog box, since a transfer type must be specified in transfer commands.
See Also