Adds the Action. | |
Syntax: | Set CimAction = object.Add ( actionID ) |
Parameters: |
actionID As
String - Name of the action to
be added from the action list.
|
Description: | CimClassActionList.Add creates a CimAction by name. Use this method to create
a CimAction object for this
class. Examples Dim action as CimAction action = class.Actions.Add("NEW_ACTION") |