StateGroupStates Property |
Gets the states.
Namespace:
Dundas.BI.Entities.MetricSets
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public 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
Type:
IReadOnlyListStateSee Also