Click or drag to resize

UserType Enumeration

Defines the user type.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
[FlagsAttribute]
public enum UserType
Members
  Member nameValueDescription
Standard0 Standard: a normal user (licensed)
Service1 Service: a service user (not licensed)
Operator2 Operator: an operator user (not licensed)
See Also