Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / InputMapAction Object / Parameters Property
In This Topic
    Parameters Property (InputMapAction)
    In This Topic
    Gets the parameters associated with this action. If there are no parameters, null is returned.
    Syntax
    expression.Parameters As Object()
    where expression is a variable that represents a InputMapAction Object
    See Also