Gets and sets the EventID. | |
Syntax: | String =
object.EventID object.EventID = String |
Description: | CimEventAction.EventID is a string that
contains the name of the event. Examples The following script sets the event Id of the object.: myEventAction.EventID = "EXISTING_EVENT_ID" |