AttributeHierarchyLevels Property  | 
 
            Gets the hierarchy levels.
            
 
    Namespace: 
   Dundas.BI.Data.Metadata
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IReadOnlyList<IHierarchyLevel> Levels { get; }Public ReadOnly Property Levels As IReadOnlyList(Of IHierarchyLevel)
	Get
public:
virtual property IReadOnlyList<IHierarchyLevel^>^ Levels {
	IReadOnlyList<IHierarchyLevel^>^ get () sealed;
}abstract Levels : IReadOnlyList<IHierarchyLevel> with get
override Levels : IReadOnlyList<IHierarchyLevel> with get
Property Value
Type: 
IReadOnlyListIHierarchyLevelImplements
IHierarchyLevels
See Also