InfoConnect for Airlines
DownloadComplete Property


Gets or sets the command that the OS 2200 Editor sends to the PC when the download is complete.
Syntax
'Declaration
 
Property DownloadComplete As String
'Usage
 
Dim instance As IOS2200FileTransfer
Dim value As String
 
instance.DownloadComplete = value
 
value = instance.DownloadComplete
string DownloadComplete {get; set;}
See Also