InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IOS2200FileTransfer Interface / AutomaticRecovery Property


In This Topic
    AutomaticRecovery Property
    In This Topic
    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