GetUserTimeOffRequestDetailModelStatusChangedBy Property | |
The last user who changed the status of the time-off request detail
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int StatusChangedBy { get; set; }
function get_StatusChangedBy();
function set_StatusChangedBy(value);
Property Value
Int32Remarks
The last user who changed the status of the time-off request detail.
Example 44
See Also