InfoConnect API Guide
Attachmate.Reflection.Emulation.ALC Namespace / IAlcTerminal Interface / RunMacroBeforeConnect Property


In This Topic
    RunMacroBeforeConnect Property (IAlcTerminal)
    In This Topic
    Gets or sets a value indicating whether a macro or action is to be run before the session is connected.
    Syntax
    'Declaration
     
    
    Property RunMacroBeforeConnect As Boolean
    'Usage
     
    
    Dim instance As IAlcTerminal
    Dim value As Boolean
     
    instance.RunMacroBeforeConnect = value
     
    value = instance.RunMacroBeforeConnect
    bool RunMacroBeforeConnect {get; set;}
    See Also