TimeOffRequestDetailModelStatusChangedBy Property | |
Gets or sets Status Changed By
Namespace: AppOne.Web.Service.Services.V1R0.Customer.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
This value is a reference to the user id of the user who modified the status of this time off request detail
Example 1492
See Also