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