InfoConnect for Unisys
Xfr400RefFile Property


Returns or specifies the reference file that contains the definitions of fields for the AS/400 being created.
Syntax
'Declaration
 
Property Xfr400RefFile As String
'Usage
 
Dim instance As IFileTransfer
Dim value As String
 
instance.Xfr400RefFile = value
 
value = instance.Xfr400RefFile
string Xfr400RefFile {get; set;}
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.
System.ArgumentNullException Thrown if the set parameter is null (Nothing in Visual Basic). Use an zero-length string to indicate an empty value.
System.ArgumentException Thrown if the set parameter length is too long.
Remarks
This property is only relevant when Xfr400Objects is set to CreateFileAndMember and Xfr400UseDescriptionFile is True. The syntax for specifying a reference file is: [library name]/[filename] The [library name] indicates the library in which the reference file resides. The [filename] is the name of the AS/400 database file that contains the field descriptions. For example: FileTransfer.Xfr400RefFile = "mylib/myfile" For more information on creating AS/400 files, see your AS/400 documentation. This property affects AS/400 data transfer and is only relevant for 5250 sessions. The default is "". This string can be up to 220 characters long.
See Also