Method FindElementByKey
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
FindElementByKey(string)
Retrieves the element with the specified key.
Element FindElementByKey(string key)
Parameters
key
stringThe key of the element. The key must be formatted as follows: "DataMiner Agent ID/element ID".
Returns
Examples
Element myElement = engine.FindElementByKey("7/32");