UpdateUserTimeApprovalModelMgrApproved1 Property |  |
The property used to trigger time card approval for the primary manager or manager 1
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic bool? MgrApproved1 { get; set; }
function get_MgrApproved1();
function set_MgrApproved1(value);
Property Value
NullableBoolean
Remarks
The property used to trigger time card approval for the primary manager or manager 1. 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