ScorecardGroupParentGroups Property

Gets all the parent groups of this group in top-down order.

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public IList<ScorecardGroup> ParentGroups { get; }

Property Value

Type: IListScorecardGroup
The parent groups.
See Also