'Declaration
Property Xfr400StartRecord As Integer
'Usage
Dim instance As IFileTransfer Dim value As Integer instance.Xfr400StartRecord = value value = instance.Xfr400StartRecord
int Xfr400StartRecord {get; set;}
Property Value
The range of values is 1-32768. The default is 1, which means the entire file is sent to the host. Specifying 2 means that the first record in the file will be skipped (not sent to the host), and so on.
For example, if you have an Excel spreadsheet that contains header information in the first line, you can skip this line before transferring this file. Changing this property from the default (1) is especially useful if this header information causes a problem for an AS/400 program that analyzes the uploaded data.