UpdateUserPayAdjustInAutoAdd Property | |
If the pay adjustment does not exist then automatically add it
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool AutoAdd { get; set; }
function get_AutoAdd();
function set_AutoAdd(value);
Property Value
BooleanRemarks
If the pay adjustment does not exist then automatically add it. The default for this value is false.
Example true/false
See Also