InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / AS400ObjectsOption Enumeration


AS400ObjectsOption Enumeration
Specifies whether to tranfer data to a new member on the AS/400 or to an existing member, and whether the file that contains the member already exists. (5250 sessions only.)
Syntax
'Declaration
 
Public Enum AS400ObjectsOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As AS400ObjectsOption
Members
MemberDescription
CreateFileAndMemberCreates a new member within a new host file.
CreateMemberCreates a new member within an existing host file.
RepMemberSends to an existing member in an existing file. InfoConnect does not prompt you to confirm the overwrite action before overwriting the existing member.
RepMemberConfSends to an existing member in an existing file. Before overwriting the existing member, InfoConnect asks you to confirm the overwrite action.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.IbmHosts.AS400ObjectsOption

See Also