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
parameterIdintParameter Id of the Automation Script Input Parameter.
valuestringValue 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.