Gets and sets the ClassID. | |
Syntax: | String =
object.ClassID object.ClassID = String |
Description: | CimEvent.ClassID is a string that contains
the name of the alarm class. Examples The following script sets the class Id of the object.: myEvent.ClassID = "ABLK" |