CounterTypeRanges Property |
Gets or sets Ranges.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public IList<CounterRange> Ranges { get; set; }
Public Property Ranges As IList(Of CounterRange)
Get
Set
public:
property IList<CounterRange^>^ Ranges {
IList<CounterRange^>^ get ();
void set (IList<CounterRange^>^ value);
}
member Ranges : IList<CounterRange> with get, set
Property Value
Type:
IListCounterRangeSee Also