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