SessionId Property (SessionManager)
- Last UpdatedMar 17, 2026
- 1 minute read
The SessionId property contains the session ID.
'Declaration
Public ReadOnly Property SessionId As Integer
'Usage
Dim instance As SessionManager
Dim value As Integer
instance.SessionId = value
value = instance.SessionId
public int SessionId {get;}