Table of Contents

Property ElementProtocolVersion

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

ElementProtocolVersion

Gets the protocol version of the element.

string ElementProtocolVersion { get; set; }

Property Value

string

The protocol version.

Examples

string protocolVersion = protocol.ElementProtocolVersion;

Remarks

In case the element uses the production version, 'Production' is returned. If the actual version number is needed, use the ProtocolVersion property.