InfoConnect for Airlines
Xfr400HostFileType Property


Returns or specifies which type of host file to create. This property affects AS/400 data transfer and is only relevant to 5250 sessions.
Syntax
'Declaration
 
Property Xfr400HostFileType As AS400HostFileTypeOption
'Usage
 
Dim instance As IFileTransfer
Dim value As AS400HostFileTypeOption
 
instance.Xfr400HostFileType = value
 
value = instance.Xfr400HostFileType
AS400HostFileTypeOption Xfr400HostFileType {get; set;}

Property Value

The default value (Data), creates an AS/400 physical data file and member.
Exceptions
ExceptionDescription
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.
Remarks

See Also