Method Unmask
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
Unmask()
Unmasks the element that is linked to the dummy.
public virtual void Unmask()
Examples
var dummy = engine.GetDummy("dummy1");
dummy.Unmask();
Unmasks the element that is linked to the dummy.
public virtual void Unmask()
var dummy = engine.GetDummy("dummy1");
dummy.Unmask();