AccountRole Property
The role of the user.
Syntax
int GetAccountRole();
Possible Values
UR_USER(0), UR_COADMIN(1), UR_ADMIN(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