Click or drag to resize

UserHierarchyLaborLevelDetailsChild Property

Gets a list of children that belong to this labor level based on the hierarchy tree.

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public List<UserHierarchyLaborLevelDetails> Child { get; set; }

Property Value

ListUserHierarchyLaborLevelDetails
Remarks
Gets a list of children that belong to this labor level based on the hierarchy tree.

Example
See Also