| GetUserLaborLevelInEnableHierarchyData Property |  | 
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic bool EnableHierarchyData { get; set; }function get_EnableHierarchyData();
function set_EnableHierarchyData(value);
Property Value
Boolean Remarks
Remarks
                 Gets a labor-level hierarchy data tree structure for 
UserHierarchyLaborLevelDetails.   If true this will populate the response structure 
                 for 
UserHierarchyLaborLevelDetails otherwise the struct will be empty.  This value defaults to false.
                 
|  Note | 
|---|
| If this value is not sent or set then the value will default to false.   Only enable this value if you need to retrieve hierarchy labor levels. | 
 Example
Exampletrue/false
 See Also
See Also