PleskLicenseCostTotalHourlyCost Property
|
Returns the total hourly cost of this plesk license
calculated as the hourly cost of the plesk license * quantity.
All the total hourly costs of the plesk add on licenses are added to the value obtained
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 override decimal TotalHourlyCost { get; }<DataMemberAttribute>
Public Overrides ReadOnly Property TotalHourlyCost As Decimal
Get
public:
[DataMemberAttribute]
virtual property Decimal TotalHourlyCost {
Decimal get () override;
}[<DataMemberAttribute>]
abstract TotalHourlyCost : decimal with get
[<DataMemberAttribute>]
override TotalHourlyCost : decimal with get
override function get TotalHourlyCost () : decimal
Property Value
Type:
Decimal
See Also