Click or drag to resize

TimeOffUserRequestModelRequests Property

List of time off requests

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public List<TimeOffRequestModel> Requests { get; set; }

Property Value

ListTimeOffRequestModel
Remarks
This field holds the list of time off requests made by the user
See Also