UpdateUserTimeApprovalModelEmpApproved Property |  |
The property used to trigger time card approval by the employee
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
NullableBoolean
Remarks
The property used to trigger time card approval by the employee. The default for this value is false.
Note |
---|
Only pass in this value if you want it to be either true or false. If the value does not need to be updated then do not pass in the property.
|
Exampletrue/false
See Also