AggregateCostTotalHourlyCost Property
|
Total hourly cost
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)
Syntax[DataMemberAttribute]
public virtual decimal TotalHourlyCost { get; set; }
<DataMemberAttribute>
Public Overridable Property TotalHourlyCost As Decimal
Get
Set
public:
[DataMemberAttribute]
virtual property Decimal TotalHourlyCost {
Decimal get ();
void set (Decimal value);
}
[<DataMemberAttribute>]
abstract TotalHourlyCost : decimal with get, set
[<DataMemberAttribute>]
override TotalHourlyCost : decimal with get, set
function get TotalHourlyCost () : decimal
function set TotalHourlyCost (value : decimal)
Property Value
Type:
Decimal
See Also