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
descriptionstringThe parameter description.
Exceptions
- ArgumentNullException
descriptionis null.