Table of Contents

Property ProtocolVersion

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

ProtocolVersion

Gets the protocol version used by this element.

public virtual string ProtocolVersion { get; }

Property Value

string

The protocol version used by this element.

Examples

Element element = engine.FindElement(400, 2000);
string protocolVersion = element.ProtocolVersion;