SPVersion Property (ISessionManager)
- Last UpdatedNov 06, 2025
- 1 minute read
The SPVersion property contains the version of the MES stored procedures.
'Declaration
ReadOnly Property SPVersion As String
'Usage
Dim instance As ISessionManager
Dim value As String
value = instance.SPVersion
string SPVersion {get;}