Click or drag to resize

UpdateUserTimeApprovalModelMgrApproved2 Property

The property used to trigger time card approval for manager 2

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public bool? MgrApproved2 { get; set; }

Property Value

NullableBoolean
Remarks
The property used to trigger time card approval for manager 2. The default for this value is false.

Note  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