Table of Contents

Method LoadStringValue

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

LoadStringValue(string)

Retrieves a string value from a global script variable.

public string LoadStringValue(string name)

Parameters

name string

The name of the global script variable.

Returns

string

The value of the global script variable.

Examples

string myValue = engine.LoadStringValue("MyVariable");

Exceptions

DataMinerException

Load value failed.