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


In This Topic
    Xfr400Objects Property
    In This Topic
    Returns or specifies whether data should be transferred to a new member on the AS/400 or to an existing member, and whether the file that will contain the member already exists.
    Syntax
    'Declaration
     
    
    Property Xfr400Objects As AS400ObjectsOption
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As AS400ObjectsOption
     
    instance.Xfr400Objects = value
     
    value = instance.Xfr400Objects
    AS400ObjectsOption Xfr400Objects {get; set;}

    Property Value

    The default value (RepMemberConf) specifies to send to an existing member in an existing file. Before overwriting the existing member, InfoConnect prompts to confirm the overwrite action.
    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
    This property affects AS/400 data transfer and is only relevant for 5250 sessions.
    See Also