ItemCounterTypes Property |
Gets or sets CounterTypes.
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<CounterType> CounterTypes { get; set; }
Public Property CounterTypes As IList(Of CounterType)
Get
Set
public:
property IList<CounterType^>^ CounterTypes {
IList<CounterType^>^ get ();
void set (IList<CounterType^>^ value);
}
member CounterTypes : IList<CounterType> with get, set
Property Value
Type:
IListCounterTypeSee Also