Click or drag to resize

UserInfoModelTimeOffAccruals Property

Gets or sets the Time Off Accrual policy name for a user

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

Property Value

String
Remarks
This value represents Time Off Accrual policy name. Time Off Accrual policy defines set of rules that determine how an employee accrues and uses Time Off such as PTO, Sick or Vacation.

Note:Value is case insensitive for set operations
Example
default
See Also