Gets and sets the PointValue. | |
Syntax: | String =
object.PointValue object.PointValue = String |
Description: | CimAction.PointValue is a string that
contains the point value. Examples The following script sets the point value of the object.: myAction.PointValue = "12345" |