ScorecardGroupGroups Property |
Gets the collection of child groups.
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> Groups { get; }Public ReadOnly Property Groups As IList(Of ScorecardGroup)
Get
public:
property IList<ScorecardGroup^>^ Groups {
IList<ScorecardGroup^>^ get ();
}member Groups : IList<ScorecardGroup> with get
Property Value
Type:
IListScorecardGroup
The child groups.
See Also