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