Property ElementProtocolVersion
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.