USER_GROUP Class
Group associated with a user
Namespace: Ensur.Core.Main.POCOsAssembly: Ensur.Core.Main (in Ensur.Core.Main.dll) Version: 1.0.0.0 (1.0.0.0)
Ensur.Core.Main.POCOs.USER_GROUP = function();
Type.createClass(
'Ensur.Core.Main.POCOs.USER_GROUP');
- Inheritance
- Object USER_GROUP
GROUP_ID |
ID of the user group. Must be one of the values configured by your administrator. Can by set by ID or by group name (GROUP_NAME)
|
GROUP_NAME |
Name of the group. Must be one of the values configured by your administrator. Can by set by ID (GROUP_ID) or by group description
|