Gets the state conditions.
            
 
    Namespace: 
   Dundas.BI.Entities.MetricSets
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IReadOnlyList<StateCondition> Conditions { get; }Public ReadOnly Property Conditions As IReadOnlyList(Of StateCondition)
	Get
public:
property IReadOnlyList<StateCondition^>^ Conditions {
	IReadOnlyList<StateCondition^>^ get ();
}member Conditions : IReadOnlyList<StateCondition> with get
Property Value
Type: 
IReadOnlyListStateCondition
See Also