UpdateUserTimeApprovalModelMgrApproved2 Property | |
The property used to trigger time card approval for manager 2
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool? MgrApproved2 { get; set; }
function get_MgrApproved2();
function set_MgrApproved2(value);
Property Value
NullableBooleanRemarks
The property used to trigger time card approval for manager 2. 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.
|
Example true/false
See Also