InfoConnect for Airlines
InsertAtLine Property


Gets or sets the host file line number (1-99999) at which the contents of the PC file will be inserted, for uploads when the IfExists setting is set to Insert. It does not apply otherwise.
Syntax
'Declaration
 
Property InsertAtLine As Integer
'Usage
 
Dim instance As IMapperFileTransfer
Dim value As Integer
 
instance.InsertAtLine = value
 
value = instance.InsertAtLine
int InsertAtLine {get; set;}
See Also