USER_TITLE Class

Title 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_TITLE
Inheritance
Object    USER_TITLE

Properties

JOB_TITLE Job title name. Must be one of the values configured by your administrator. Can be set by ID (JOB_TITLE_ID) or title name
JOB_TITLE_ID ID of the job title. Must be one of the values configured by your administrator. Can be set by ID or title name (JOB_TITLE)

See Also