InfoConnect for Airlines
DownloadCommand Property


Gets or sets the command to run the OS 2200 Editor and download a file from the OS 2200 Editor to the PC.
Syntax
'Declaration
 
Property DownloadCommand As String
'Usage
 
Dim instance As IOS2200FileTransfer
Dim value As String
 
instance.DownloadCommand = value
 
value = instance.DownloadCommand
string DownloadCommand {get; set;}
See Also