Table of Contents

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();