Table of Contents

Method SetParamValue

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

SetParamValue(string)

Sets the specified value to this script parameter.

public void SetParamValue(string val)

Parameters

val string

The value to set.

Examples

ScriptParam myScriptParam = engine.GetScriptParam("param1");
myScriptParam.SetParamValue("myValue");