Gets and sets the SourcePointID. | |
Syntax: | String =
object.SourcePointID object.SourcePointID = String |
Description: | CimAction.SourcePointID is a string that
contains the name of the point. Point IDs are always uppercased and truncated to 32 characters. Examples The following script sets the sourcepoint Id of the object.: myAction.SourcePointID = "DEMO_COUNTER" |