Property ElementName
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
ElementName
Gets the name of the element that is linked to the dummy.
public virtual string ElementName { get; }
Property Value
- string
The name of the element that is linked to the dummy.
Examples
Element element = engine.FindElement(400, 2000);
string elementName = element.ElementName;