SessionId Property (LoginManager)
- Last UpdatedNov 06, 2025
- 1 minute read
The SessionId property contains the MES session ID, which is needed to access the Middleware.
'Declaration
Public Property SessionId As Integer
'Usage
Dim instance As LoginManager
Dim value As Integer
instance.SessionId = value
value = instance.SessionId
public int SessionId {get; set;}