Deletes the Action. | |
Syntax: | object.Delete actionID |
Parameters: |
actionID As
String - Name of the Action to
be deleted from the event list.
|
Description: | CimClassActionList.Delete deletes a
CimAction by name. Examples class.Actions.Delete("EXISTING_ACTION") |