DeleteUserScheduleInIDList Property | |
A list of user schedule IDs that define the specific user schedule
* 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 schedule IDs that define the specific user schedule. The ID is also a reference to the internal primary key of the user schedule.
To get a list of valid user schedule Ids see the
GetUserSchedule(GetUserScheduleIn) method.
Example See Also