Click or drag to resize

AddUserProfileEmployeeType Property

Gets the Employee Type assigned to a user.

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

Property Value

NullableInt32
Remarks
Gets the Employee Type assigned to a user. Typical examples include Employee, IndependentContractor and NonPaid.

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
IndependentContractor
See Also