Table of Contents

Property ElementName

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

ElementName

Gets the name of the element that triggered this QAction execution.

string ElementName { get; }

Property Value

string

The element name.

Examples

string elementName = protocol.ElementName;