InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / InputMapActionSequence Class / Actions Property
Example


In This Topic
    Actions Property (InputMapActionSequence)
    In This Topic
    Gets the actions.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Actions As InputMapAction()
    'Usage
     
    
    Dim instance As InputMapActionSequence
    Dim value() As InputMapAction
     
    value = instance.Actions
    public InputMapAction[] Actions {get;}
    Example
    InputMapActionSequence actionMap;
    InputMapAction[] mapAction = actionMap.Actions;
    See Also