InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / SaveSessionOnClose Property


In This Topic
    SaveSessionOnClose Property
    In This Topic
    Gets or sets a close option, which indicates how to handle the save action when closing the control.
    Syntax
    'Declaration
     
    
    Property SaveSessionOnClose As CloseOption
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As CloseOption
     
    instance.SaveSessionOnClose = value
     
    value = instance.SaveSessionOnClose
    CloseOption SaveSessionOnClose {get; set;}
    See Also