CimEvent.PointValue (property)

Gets and sets the PointValue.
Syntax: String = object.PointValue
object.PointValue = String
Description: CimEvent.PointValue is a string that contains the point value.



Examples

The following script sets the point value of the object.:
myEvent.PointValue = "12345"