AccountRole Property
The role of the user.
Syntax
boxcontrol.AccountRole
Possible Values
urUser(0), urCoadmin(1), urAdmin(2)
Default Value
0
Remarks
The role of the user. Possible values are:
- 0 (urUser)
- 1 (urCoadmin)
- 2 (urAdmin)
This property is read-only.
Data Type
Integer