InfoConnect for Airlines
DownloadCompleteReply Property


Gets or sets the command that the PC sends to the OS 2200 Editor when the file has been received.
Syntax
'Declaration
 
Property DownloadCompleteReply As String
'Usage
 
Dim instance As IOS2200FileTransfer
Dim value As String
 
instance.DownloadCompleteReply = value
 
value = instance.DownloadCompleteReply
string DownloadCompleteReply {get; set;}
See Also