Gets and sets the ActionID. | |
Syntax: | String =
object.ActionID object.ActionID = String |
Description: | CimAction.ActionID is a string that
contains the name of the action. Examples The following script sets the action Id of the object.: myEventAction.ActionID = "EXISTING_ACTION_ID" |