Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / 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
Example
InputMapActionSequence actionMap;
InputMapAction[] mapAction = actionMap.Actions;
See Also