| 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
Syntaxpublic List<TimeOffRequestModel> Requests { get; set; }function get_Requests();
function set_Requests(value);
Property Value
ListTimeOffRequestModel Remarks
Remarks
                This field holds the list of time off requests made by the user
            
 See Also
See Also