UserHierarchyLevels Property

Gets the hierarchy levels.

Namespace:  Dundas.BI.Entities.UserHierarchies
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public IList<UserHierarchyLevel> Levels { get; }

Property Value

Type: IListUserHierarchyLevel
The hierarchy levels.
See Also