DeleteTimeOffRequestInIDList Property | |
A list of user time-off IDs that define the specific user time-off
* Required Property
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public List<int> IDList { get; set; }
function get_IDList();
function set_IDList(value);
Property Value
ListInt32Remarks
A list of user time-off IDs that define the specific user time-off request. The ID is also a reference to the internal primary key of the user time-off request.
To get a list of valid user time-off Ids see the
GetUserTimeOffRequest(GetUserTimeOffRequestIn) method.
Example
See DeleteTimeOffRequest(DeleteTimeOffRequestIn) for example
See Also