ClientType Property
- Last UpdatedNov 06, 2025
- 1 minute read
The ClientType property is a read-only property that contains the client type as an enumerated value. The client type is one of the types from the ClientTypes enumeration that signifies the client that is currently using the session. Examples of client types include Operator and DataEditor.
'Declaration
Public ReadOnly Property ClientType As ClientTypes
public ClientTypes ClientType {get;}