GetUserPayAdjustModelEmpApproved Property |  |
The pay adjustment is approved by employee or not
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic bool EmpApproved { get; set; }
function get_EmpApproved();
function set_EmpApproved(value);
Property Value
Boolean
Remarks
The pay adjustment is approved by employee or not.
Exampletrue
See Also