Click or drag to resize

UpdateUserTimeApprovalModelAdminApprovedBy Property

The EmpIdentifier of the admin who approved the AdminApproved property

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

Property Value

String
Remarks
The EmpIdentifier of the admin who approved the AdminApproved property.

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. This value must be a valid EmpIdentifier otherwise the its ApprovedBy status will not pass.


Example
EMP2013X007
See Also