Table of Contents

Constructor AutomationScriptInputParameter

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

AutomationScriptInputParameter(string, string)

Initializes a new instance of the AutomationScriptInputParameter class.

public AutomationScriptInputParameter(string name, string value)

Parameters

name string

Name 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.