InfoConnect for Airlines
AutomaticRecovery Property


Gets or sets a value indicating whether to restore the original version of the OS 2200 Editor file that was being modified when a connection with the OS 2200 Editor is broken.
Syntax
'Declaration
 
Property AutomaticRecovery As Boolean
'Usage
 
Dim instance As IOS2200FileTransfer
Dim value As Boolean
 
instance.AutomaticRecovery = value
 
value = instance.AutomaticRecovery
bool AutomaticRecovery {get; set;}
See Also