Table of Contents

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".

Remarks

note

To retrieve the name of the element the dummy is linked to, use the ElementName property.