SessionId Property (ISessionManager)
- Last UpdatedNov 06, 2025
- 1 minute read
The SessionId property contains the session ID.
'Declaration
ReadOnly Property SessionId As Integer
'Usage
Dim instance As ISessionManager
Dim value As Integer
value = instance.SessionId
int SessionId {get;}