Table of Contents

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 string

The parameter description.

Exceptions

ArgumentNullException

description is null.