Table of Contents

Constructor AutomationScriptInputParameter

Namespace
Skyline.DataMiner.Core.Scheduler.Automation
Assembly
Skyline.DataMiner.Core.Scheduler.Automation.dll

AutomationScriptInputParameter(int, string)

Initializes a new instance of the AutomationScriptInputParameter class.

public AutomationScriptInputParameter(int parameterId, string value)

Parameters

parameterId int

Parameter Id of the Automation Script Input Parameter.

value string

Value of the Automation Script Input Parameter.

Exceptions

ArgumentException

Throw if the name is null or whitespace.

ArgumentException

Throw if the value is null or whitespace.