AzureEndPricePrices Property |
[Missing <summary> documentation for "P:Atomia.Billing.Core.Sdk.BusinessObjects.AzureEndPrice.Prices"]
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public List<PriceRate> Prices { get; set; }
Public Property Prices As List(Of PriceRate)
Get
Set
public:
property List<PriceRate^>^ Prices {
List<PriceRate^>^ get ();
void set (List<PriceRate^>^ value);
}
member Prices : List<PriceRate> with get, set
Property Value
Type:
ListPriceRateSee Also