CimClassActionList.Item (read-only property)

Gets Action by name.
Syntax: Set CimAction = object.Item ( actionID )
Parameters:
actionID As String - Name of the action to be retrieved from the event list.
Description: CimClassActionList.Item returns a CimAction by name. Use this method to obtain a CimAction object for an existing action in the class.

Examples

Dim action as CimAction
Set aciton = class.Actions.Item("EXISTING_ACTION")