Open this page in the API Guide

UserHierarchy.AttributeHierarchies Property

Gets the supported attribute hierarchies for the current instance.

Namespace:  Dundas.BI.Entities.UserHierarchies
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax
public IReadOnlyList<IAttributeHierarchy> AttributeHierarchies { get; }

Property Value

Type: IReadOnlyList<IAttributeHierarchy>

Implements

ISupportsAttributeHierarchies.AttributeHierarchies
See Also