DeleteUserLaborLevelInIDList Property | |
A list of IDs that will be flagged as deleted
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 labor-level-detail assignment IDs that define the specific labor-level-detail-assignment.
To get a list of valid user Ids see the
GetUserLaborLevel(GetUserLaborLevelIn) method.
Example 34,56,999
See Also