Gets the state conditions.
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<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:
IReadOnlyListStateConditionSee Also