UpdateUserTimeApprovalModelAdminApproved Property | |
The property used to trigger time card approval for the admin
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool? AdminApproved { get; set; }
function get_AdminApproved();
function set_AdminApproved(value);
Property Value
NullableBooleanRemarks
The property used to trigger time card approval for the admin. If the value is not passed then the value will be null meaning nothing will occur.
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.
|
Example true/false
See Also