Gets and sets the Action ID. | |
Syntax: | String =
object.ID object.ID = String |
Description: | CimAction.ID is a string that contains the
name of the action. Action IDs are always uppercased and truncated to 32 characters. Since this is the default property of the object, you can omit it when assigning or using it. Examples The following script sets the point Id of the object.: myAction.ID = "LOOKUP_ACTION" |