CimAction.ParameterFile (property)

Gets and sets the ParameterFile.
Syntax: String = object.ParameterFile
object.ParameterFile = String
Description: CimAction.ParameterFile is a string that contains the name of the parameter file.



Examples

The following script sets the parameter file of the object.:
myAction.ParameterFile = "FILE_NAME"