Click or drag to resize

UserProfileEmployeeClassification Property

Gets the Employee Classification (full-time, part-time, none) assigned to a user

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public string EmployeeClassification { get; set; }

Property Value

String
Remarks
Gets the Employee Classification (i.e. full-time, part-time, none) assigned to a user. This value typically will be "full-time", "part-time", "none" or an empty string when not set.

Note  Note
This value may not be accessible for all time web services clients. Please contact brand administrator to determine if your system takes advantage of this field.
Note  Note
Setup:
Manager > Employees > Information Tab
Example
fulltime
See Also