Property Version
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Version
Gets the protocol version as configured on the element.
string Version { get; }
Property Value
- string
The protocol version string ("Production" or a specific version number like "1.0.0.1").
Remarks
When an element uses the production version, this property returns "Production". To get the actual version that "Production" refers to, use the ReferencedVersion property instead.