StateDataConditions Property |
Gets the state conditions.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = false, Name = "conditions")]
public IList<StateConditionData> Conditions { get; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "conditions")>
Public ReadOnly Property Conditions As IList(Of StateConditionData)
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"conditions")]
property IList<StateConditionData^>^ Conditions {
IList<StateConditionData^>^ get ();
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "conditions")>]
member Conditions : IList<StateConditionData> with get
Property Value
Type:
IListStateConditionDataSee Also