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
stringName of the Automation Script Input Parameter.
value
stringValue 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.