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