Method AddOrUpdateScriptOutput
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
AddOrUpdateScriptOutput(string, string)
Adds a key to the script output if it has not yet been added.
public virtual void AddOrUpdateScriptOutput(string key, string value)
Parameters
Remarks
If the key already exists, it will be updated with the specified value.
Feature introduced in DataMiner 10.0.2 (RN 23936).