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
Syntax public bool EmpApproved { get; set; }
function get_EmpApproved();
function set_EmpApproved(value);
Property Value
BooleanRemarks
The pay adjustment is approved by employee or not.
Example true
See Also