Constructor AutomationScriptParamConfiguration
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
AutomationScriptParamConfiguration(string)
Initializes a new instance of the AutomationScriptParamConfiguration class. The parameter settings that need to be added to create the script.
public AutomationScriptParamConfiguration(string description)
Parameters
description
stringThe parameter description.
Exceptions
- ArgumentNullException
description
is null.