ScorecardGroupDescendantGroupsAndSelf Property

Gets this group and all descendant groups of this group in depth-first traversal 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> DescendantGroupsAndSelf { get; }

Property Value

Type: IListScorecardGroup
This group and its descendant groups.
See Also