VirtualMachineCostCalendarMonthlyCost Property
|
Namespace:
Aruba.Cloud.Provisioning.Entities
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<decimal> CalendarMonthlyCost { get; set; }Public Property CalendarMonthlyCost As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal> CalendarMonthlyCost {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}member CalendarMonthlyCost : Nullable<decimal> with get, set
function get CalendarMonthlyCost () : Nullable<decimal>
function set CalendarMonthlyCost (value : Nullable<decimal>)
Property Value
Type:
NullableDecimal
See Also