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