Reflection
Xfr400Objects Property


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, Reflection prompts to confirm the overwrite action.
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 affects AS/400 data transfer and is only relevant for 5250 sessions.
See Also