Gets the version number of the SessionManager to which the session is connected (if available).
Namespace: ININ.IceLib.ConnectionAssembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public Version SessionManagerVersion { get; } |
Visual Basic |
---|
Public ReadOnly Property SessionManagerVersion As Version Get |
Field Value
The session manager version.Remarks
Note that this version info wasn't available until version 2.4 Feature Pack 1. When connecting
to SessionManagers of an earlier version the string will be empty. This version is the file version of the session manager.
Please refer to InteractionCenterReleaseVersion and SessionManagerReleaseVersion to know the major, minor and SU versions of the IC server and Session Manager respectively.
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.