Method LoadStringValue
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
LoadStringValue(string)
Retrieves a string value from a global script variable.
string LoadStringValue(string name)
Parameters
name
stringThe 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.