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