BatchedResultDataCellsets Property |
Gets the batched cell sets.
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 = "cellsets")]
public IList<BatchDataCellsetData> Cellsets { get; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "cellsets")>
Public ReadOnly Property Cellsets As IList(Of BatchDataCellsetData)
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"cellsets")]
property IList<BatchDataCellsetData^>^ Cellsets {
IList<BatchDataCellsetData^>^ get ();
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "cellsets")>]
member Cellsets : IList<BatchDataCellsetData> with get
Property Value
Type:
IListBatchDataCellsetDataSee Also