TimeOffUserRequestModelRequests Property | |
List of time off requests
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public List<TimeOffRequestModel> Requests { get; set; }
function get_Requests();
function set_Requests(value);
Property Value
ListTimeOffRequestModelRemarks
This field holds the list of time off requests made by the user
See Also