UserAssignedLaborLevelDetailsParentID Property | |
Gets an assigned labor-level-detail parent ID for a user
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int ParentID { get; set; }
function get_ParentID();
function set_ParentID(value);
Property Value
Int32Remarks
This value represent an assigned labor-level ID, where the ID is the key of the labor-level. The ParentID is also represented as The ParentID will also map to a
[
GetLaborLevelModel].[
ID]
Example 10,45,900
See Also