ClientType Property (SessionManager)
- Last UpdatedMar 17, 2026
- 1 minute read
The ClientType property contains the type of the module (e.g., Configurator, Supervisor, DataEditor, etc.) that is creating the SessionManager object.
'Declaration
Public ReadOnly Property ClientType As ClientTypes
'Usage
Dim instance As SessionManager
Dim value As ClientTypes
instance.ClientType = value
value = instance.ClientType
public ClientTypes ClientType {get;}