VirtualMachineCostMonthlyCost 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> MonthlyCost { get; set; }Public Property MonthlyCost As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal> MonthlyCost {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}member MonthlyCost : Nullable<decimal> with get, set
function get MonthlyCost () : Nullable<decimal>
function set MonthlyCost (value : Nullable<decimal>)
Property Value
Type:
NullableDecimal
See Also