ScorecardGroupDescendantGroups Property |
Gets 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)
Syntaxpublic IList<ScorecardGroup> DescendantGroups { get; }Public ReadOnly Property DescendantGroups As IList(Of ScorecardGroup)
Get
public:
property IList<ScorecardGroup^>^ DescendantGroups {
IList<ScorecardGroup^>^ get ();
}member DescendantGroups : IList<ScorecardGroup> with get
Property Value
Type:
IListScorecardGroup
The descendant groups.
See Also