Gets and sets the Scriptname. | |
Syntax: | String =
object.ScriptName object.ScriptName = String |
Description: | CimAction.ScriptName is a string that
contains the name of the script name. Examples The following script sets the script name of the object.: myAction.ScriptName = "MyScript.bcl" |