UpdateUserTimeApprovalModelAdminApprovedBy Property |  |
The EmpIdentifier of the admin who approved the AdminApproved property
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic string AdminApprovedBy { get; set; }
function get_AdminApprovedBy();
function set_AdminApprovedBy(value);
Property Value
String
Remarks
The EmpIdentifier of the admin who approved the AdminApproved property.
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.
|
ExampleEMP2013X007
See Also