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
intParameter Id 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.