Property Name
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
Name
Gets the name of the dummy.
public virtual string Name { get; }
Property Value
- string
The name of the dummy.
Examples
var dummy = engine.GetDummy("dummy1");
string elementName = element.Name; // Returns "dummy1".