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