TimeOffGetRequestParamsInIncludeDetails Property | |
Includes time off details in the results
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool IncludeDetails { get; set; }
function get_IncludeDetails();
function set_IncludeDetails(value);
Property Value
BooleanRemarks
This value will allow time off details to be returned as part of the request
Example true
See Also