InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IFileTransfer Interface / Xfr400HostFileType Property


In This Topic
    Xfr400HostFileType Property
    In This Topic
    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
    This exception is thrown when you modify an InfoConnect property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
    Remarks

    See Also