Click or drag to resize

UpdateUserTimeApprovalModelAdminApproved Property

The property used to trigger time card approval for the admin

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

Property Value

NullableBoolean
Remarks
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  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