DataDrivenConditionDataTargetCells Property |
Gets the condition target cells.
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(Name = "targetCells", EmitDefaultValue = false)]
public IList<TargetDataCellData> TargetCells { get; }
<DataMemberAttribute(Name := "targetCells", EmitDefaultValue := false)>
Public ReadOnly Property TargetCells As IList(Of TargetDataCellData)
Get
public:
[DataMemberAttribute(Name = L"targetCells", EmitDefaultValue = false)]
property IList<TargetDataCellData^>^ TargetCells {
IList<TargetDataCellData^>^ get ();
}
[<DataMemberAttribute(Name = "targetCells", EmitDefaultValue = false)>]
member TargetCells : IList<TargetDataCellData> with get
Property Value
Type:
IListTargetDataCellDataSee Also