RaggedHierarchyLevels 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.3.0.1000)
Syntax public IList<RaggedHierarchyLevel> Levels { get; }
Public ReadOnly Property Levels As IList(Of RaggedHierarchyLevel)
Get
public:
property IList<RaggedHierarchyLevel^>^ Levels {
IList<RaggedHierarchyLevel^>^ get ();
}
member Levels : IList<RaggedHierarchyLevel> with get
Property Value
Type:
IListRaggedHierarchyLevel
The hierarchy levels.
See Also