StateGroupStates Property |
Gets the states.
Namespace: Dundas.BI.Entities.MetricSetsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic IReadOnlyList<State> States { get; }Public ReadOnly Property States As IReadOnlyList(Of State)
Get
public:
property IReadOnlyList<State^>^ States {
IReadOnlyList<State^>^ get ();
}member States : IReadOnlyList<State> with get
Property Value
IReadOnlyListState
See Also