InfoConnect for Airlines
UploadCompleteReply Property


Gets or sets the response that the OS 2200 Editor sends to the PC when it receives notification that the file upload is complete.
Syntax
'Declaration
 
Property UploadCompleteReply As String
'Usage
 
Dim instance As IOS2200FileTransfer
Dim value As String
 
instance.UploadCompleteReply = value
 
value = instance.UploadCompleteReply
string UploadCompleteReply {get; set;}
See Also