Table of Contents

Method AddScriptOutput

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

AddScriptOutput(string, string)

Adds a key and value to the dictionary that will be passed to the parent script.

void AddScriptOutput(string key, string value)

Parameters

key string

The key.

value string

The value.

Remarks

Feature introduced in DataMiner 9.6.8 (RN 21952).