Table of Contents

Property ProtocolName

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

ProtocolName

Gets the name of the protocol used by this element.

public virtual string ProtocolName { get; }

Property Value

string

The name of the protocol used by this element.

Examples

Element element = engine.FindElement(400, 2000);
string protocolName = element.ProtocolName;