| 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
Syntaxpublic List<int> IDList { get; set; }function get_IDList();
function set_IDList(value);
Property Value
ListInt32 Remarks
Remarks
                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
Example34,56,999
 See Also
See Also