USER_GROUP Class

Group associated with a user

Definition

Namespace: Ensur.Core.Main.POCOs
Assembly: Ensur.Core.Main (in Ensur.Core.Main.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class USER_GROUP
Inheritance
Object    USER_GROUP

Properties

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

See Also