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