Method CreateKey
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLNetTypes.dll
CreateKey(string)
Creates a key by combining the prefix with the specified variable name.
public static string CreateKey(string variableName)
Parameters
variableName
stringThe variable name.
Returns
- string
The key, which is the combination of the prefix with the specified variable name.