Table of Contents

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

key string

The key to add or update.

value string

The value.

Remarks

If the key already exists, it will be updated with the specified value.

Feature introduced in DataMiner 10.0.2 (RN 23936).