Defines the user type.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
| C# |
|---|
[FlagsAttribute] public enum UserType |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration UserType |
| Visual C++ |
|---|
[FlagsAttribute] public enum class UserType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Standard | 0 | Standard: a normal user (licensed) | |
| Service | 1 | Service: a service user (not licensed) | |
| Operator | 2 | Operator: an operator user (not licensed) |