DataRegionDataNumericRanges Property |
Gets the numeric ranges for the current instance.
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 = "numericRanges")]
public IList<DataRegionNumericRangeData> NumericRanges { get; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "numericRanges")>
Public ReadOnly Property NumericRanges As IList(Of DataRegionNumericRangeData)
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"numericRanges")]
property IList<DataRegionNumericRangeData^>^ NumericRanges {
IList<DataRegionNumericRangeData^>^ get ();
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "numericRanges")>]
member NumericRanges : IList<DataRegionNumericRangeData> with get
Property Value
Type:
IListDataRegionNumericRangeDataSee Also