UserInfoModelCallBackPolicy Property |  |
Gets or sets Call Back policy name for a user
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic string CallBackPolicy { get; set; }
function get_CallBackPolicy();
function set_CallBackPolicy(value);
Property Value
String
Remarks
This value represents Call Back policy name. Call Back policy is set of rules that determines how an employee is paid in a 'Call Back' situation.
This is typically a scenario where the employee is not scheduled to work, or has left for the day, and must go into work.
Note:Value is case insensitive for set operations
Exampledefault
See Also