InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / RestoreOptions Enumeration


In This Topic
    RestoreOptions Enumeration
    In This Topic
    Restore setting options.
    Syntax
    'Declaration
     
    
    Public Enum RestoreOptions 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RestoreOptions
    public enum RestoreOptions : System.Enum 
    Members
    MemberDescription
    FactoryDefaultRestores settings to the factory defaults.
    SessionFileValuesRestores settings to the last saved session file values.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.OpenSystems.RestoreOptions

    See Also