Table of Contents

Method LoadValue

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

LoadValue(string)

Retrieves a value from a global script variable.

public object LoadValue(string name)

Parameters

name string

The name of the global script variable.

Returns

object

The value of the global script variable.

Examples

object myValue = engine.LoadValue("MyVariable");

Exceptions

DataMinerException

Load value failed.